1
2
3
4
5
6
7
8
9
10
11
12
{
"indicators": [
{
"name": "indicator2",
"short_name": null,
"id": 59561
}
],
"meta": {
"size": 1
}
}
Name | Description |
---|---|
locale | Get translations for sources (es, en). Default language: es |
text | Indicator's name |
Accept: application/json; application/vnd.esios-api-v1+json Content-Type: application/json x-api-key: "c89c7fbec97dc449836f34123a1dad2994fe72ea038e7aad3072875fb24f6db6"
GET /indicators?text=indicator2
text=indicator2
curl "https://api.esios.ree.es/indicators?text=indicator2" -X GET \ -H "Accept: application/json; application/vnd.esios-api-v1+json" \ -H "Content-Type: application/json" \ -H "x-api-key:\"c89c7fbec97dc449836f34123a1dad2994fe72ea038e7aad3072875fb24f6db6\"" \
Content-Type: application/json; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive x-amzn-RequestId: f6a28abc-ce94-4093-978f-b063deed7f00 Access-Control-Allow-Origin: * Access-Control-Allow-Headers: Content-Type,X-Amz-Date,Authorization,x-api-key x-amz-apigw-id: eq_3DHNVDoEF89g= Access-Control-Allow-Methods: GET,POST,PUT,DELETE,HEAD X-Amzn-Trace-Id: Root=1-63c11360-73cdfa571c316f1a381cd368;Sampled=0 Content-Encoding: br Vary: Accept-Encoding X-Cache: Miss from cloudfront Via: 1.1 d7ce10131df3183f928b50a7e6c2d1c0.cloudfront.net (CloudFront) X-Amz-Cf-Pop: MAD53-P1 X-Amz-Cf-Id: 9mgkaMY5sQ_iJ7A5YEnTBV2E-gmn0R84tq3ArNs0N0iFznzWuRIWzw==
200
1
2
3
4
5
6
7
8
9
10
11
12
{
"indicators": [
{
"name": "indicator2",
"short_name": null,
"id": 59561
}
],
"meta": {
"size": 1
}
}