Startups
Liste des startups
Retourne la liste de toutes les startups d'État au format JSON:API
get/startups.json
Response
Liste des startups au format JSON:API
Example response
{
"links": {
"self": "https://beta.gouv.fr/startups"
},
"data": [
{
"id": "ma-cantine-egalim",
"type": "startup",
"attributes": {
"name": "ma cantine",
"pitch": "Accompagner les acteurs de la restauration collective",
"stats_url": "https://ma-cantine.agriculture.gouv.fr/stats",
"link": "https://ma-cantine.agriculture.gouv.fr",
"repository": "https://github.com/betagouv/ma-cantine",
"contact": "contact@egalim.beta.gouv.fr",
"events": [
{
"name": "fast",
"date": "2024-01-01",
"comment": "Montant de 230000€ pour la promotion 12"
}
],
"phases": [
{
"name": "construction",
"start": "2023-01-01",
"end": "2024-06-30"
}
],
"sponsors": [
"dgpe",
"ademe"
],
"thematiques": [
"Agriculture",
"Écologie",
"Alimentation"
],
"technos": [
"PostgreSQL",
"NodeJS",
"Python"
],
"accessibility_status": "partiellement conforme"
},
"relationships": {
"incubator": {
"data": {
"type": "incubator",
"id": "agriculture"
}
}
}
}
]
}