nertstat

Primary Endpoint: /

The primary endpoint can serve data in multiple formats based on the HTTP Accept header.

Example Usage with cURL:

# For JSON
curl -H "Accept: application/json" https://nertstat.dost.pt/

# For XML
curl -H "Accept: application/xml" https://nertstat.dost.pt/

# For Plain Text
curl -H "Accept: text/plain" https://nertstat.dost.pt/

Other Endpoints