Ntnu Search Example

EducationHigher EducationUniversityResearchOpen DataNorwayScandinavia

Ntnu Search Example is an example object payload from Norwegian University of Science and Technology, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusdata

Example Payload

Raw ↑
{
  "status": "OK",
  "data": {
    "q": "ntnu",
    "total_count": 2,
    "start": 0,
    "items": [
      {
        "name": "Example NTNU Research Dataset",
        "type": "dataset",
        "global_id": "doi:10.18710/ABC123",
        "url": "https://doi.org/10.18710/ABC123",
        "published_at": "2024-09-15T00:00:00Z"
      },
      {
        "name": "data.csv",
        "type": "file",
        "file_id": "990011",
        "size_in_bytes": 20480,
        "md5": "0123456789abcdef0123456789abcdef"
      }
    ]
  }
}