Skip to main content
POST
/
api
/
euopendata
/
datasets
/euopendata/datasets
curl --request POST \
  --url https://api.anysite.io/api/euopendata/datasets \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "dataset": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@euopendata_dataset",
    "title": "<string>",
    "description": "<string>",
    "landing_page": "<string>",
    "country": "<string>",
    "is_hvd": false,
    "access_right": "<string>",
    "accrual_periodicity": "<string>",
    "scoring": 123,
    "issued": "<string>",
    "modified": "<string>",
    "temporal_start": "<string>",
    "temporal_end": "<string>",
    "spatial": [],
    "languages": [],
    "keywords": [],
    "categories": [],
    "publisher": {
      "@type": "@euopendata_agent",
      "name": "<string>",
      "type": "<string>",
      "email": "<string>",
      "homepage": "<string>",
      "resource": "<string>"
    },
    "creators": [],
    "contact_points": [],
    "catalog": {
      "@type": "@euopendata_catalog",
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "country": "<string>",
      "homepage": "<string>",
      "source_type": "<string>",
      "publisher": {
        "@type": "@euopendata_agent",
        "name": "<string>",
        "type": "<string>",
        "email": "<string>",
        "homepage": "<string>",
        "resource": "<string>"
      }
    },
    "distributions": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
dataset
string
required

Dataset ID or full dataset URL

Minimum string length: 1
Examples:

"fd755f7b-1834-4a28-b7ac-34f76c75b8b1"

"https://data.europa.eu/data/datasets/fd755f7b-1834-4a28-b7ac-34f76c75b8b1"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@euopendata_dataset
title
string | null
description
string | null
landing_page
string | null
country
string | null
is_hvd
boolean
default:false
access_right
string | null
accrual_periodicity
string | null
scoring
integer | null
issued
string | null
modified
string | null
temporal_start
string | null
temporal_end
string | null
spatial
Spatial · object[]
languages
string[]
keywords
EuopendataKeyword · object[]
categories
EuopendataCategoryRef · object[]
publisher
EuopendataAgent · object
creators
EuopendataAgent · object[]
contact_points
EuopendataContactPoint · object[]
catalog
EuopendataCatalog · object
distributions
EuopendataDistribution · object[]