Aller au contenu
NNextHop
Open data

Open data. Reusable, citable, traceable.

The complete providers and sovereignty scores dataset is exposed through an API and as direct downloads. No authentication. CC BY-SA 4.0 licence. Updated daily, timestamped in meta.generated_at.

Reusing this dataset in a publication?How to cite NextHop (in French) ->

Public API v1

Six endpoints, JSON or CSV

All endpoints are read-only and unauthenticated. JSON responses are wrapped in { data, meta } with a UTC ISO timestamp meta.generated_at. Rate limit: 60 requests per minute per IP.

GET
/api/v1/providers

Full list of analysed providers, public columns only.

curl example

curl -s https://www.nexthop.fr/api/v1/providers
GET
/api/v1/providers/{slug}

Single provider detail with per-criterion sovereignty breakdown.

curl example

curl -s https://www.nexthop.fr/api/v1/providers/ovh
GET
/api/v1/scores

Current scores only. Optional sort via ?sort=score|name&order=asc|desc.

curl example

curl -s 'https://www.nexthop.fr/api/v1/scores?sort=score&order=desc'
GET
/api/v1/export/providers.csv

CSV download of all providers (UTF-8, comma separator).

GET
/api/v1/export/providers.json

JSON download of all providers (same payload as /providers).

GET
/api/v1/export/scores.csv

CSV download of current scores.

Licence

CC BY-SA 4.0

You may reuse, redistribute and adapt this dataset, including for commercial purposes, provided you credit NextHop as the source and share any derivative works under the same licence.

Read the licence ->

Refresh cadence

Daily

Scores are refreshed at least once a day. Each response exposes meta.generated_at in ISO 8601 UTC, allowing a consumer to detect the snapshot version.

Technical documentation

OpenAPI 3.0

Machine-readable specification to generate an SDK client or to feed Postman.

See API docs (in French) ->

How to cite

NextHop (2026). European digital sovereignty observatory.
Open data under CC BY-SA 4.0. https://www.nexthop.fr/en/data

Question on reuse or a data partnership project? Email contact@nexthop.fr.