Product Instance
API endpoint to list existing products.
- GET products/ lists all product
- GET products/<product_slug>/ retrieves info on this product
GET /api/products/socialnumeriquegouvfr/
{
"name": "social.numerique.gouv.fr",
"slug": "socialnumeriquegouvfr",
"last_records": [
{
"id": "7657f2a5-a29e-4b6e-bc40-c58cb1d241df",
"value": 49833.0,
"start_date": null,
"end_date": "2026-05-04",
"is_auto_added": false,
"created_at": "2026-07-09T10:02:33.370002Z",
"updated_at": "2026-07-09T10:02:33.370141Z",
"indicator": {
"slug": "defaultslug",
"productid": "socialnumeriquegouvfr"
}
}
]
}