University of Chile · Example Payload

University Of Chile Info Version Example

EducationHigher EducationUniversityResearch DataOpen DataRepositoryOAI-PMHDataverseChile

University Of Chile Info Version Example is an example object payload from University of Chile, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://datos.uchile.cl/api/info/version",
    "description": "Return the Dataverse software version and build of the University of Chile deployment. Captured live 2026-06-03."
  },
  "response": {
    "status": "OK",
    "data": {
      "version": "5.13",
      "build": "1244-79d6e57"
    }
  }
}