Qortora · Search · Indexed page
organizations | Guides de data.gouv.fr ⌘Ctrlk ✉️ Contact💬 Forum Plus Documentation de data.gouv.fr Guides sur les données Documentation de l’Annuaire des Entreprises Documentation ecologie.data.gouv.fr Fabrique des strandards Passe marché Accueil ❓Foire aux questions COMPTE UTILISATEUR Créer un compte utilisateur Suivre vos contenus publiés ORGANISATIONS Rejoindre une organisation Créer une organisation Modifier son organisation Gérer les membres de son organisation Suivre l'activité de son organisation Obtenir une certification JEUX DE DONNÉES Publier un jeu de données Ressource communautaire Modifier un jeu de données API Publier une API Modifier une API RÉUTILISATIONS Publier une réutilisation Modifier une réutilisation API DE DATA.GOUV.FR Prise en main Référencesite datasets reuses discussions organizations spatial users me contacts workers tags topics posts transfer notifications avatars harvest dataservices Télécharger le catalogue de données de data.gouv.fr Accéder au catalogue via SPARQL MOISSONNAGE Comprendre le moissonnage Mettre en place un moissonneur INTELLIGENCE ARTIFICIELLE Notre approche de l’intelligence artificielle sur data.gouv.fr Le serveur MCP de data.gouv.fr Le skill data.gouv.fr Données spécifiques Publier une Base Adresse Locale Données de forte valeur : métadonnées obligatoires et modalités de rapportage Données de la commande publique Données de transports et mobilités Autres Créer une verticale thématique de data.gouv.fr Propulsé par GitBook Sur cette page For the complete documentation index, see llms.txt. This page is also available as Markdown. Copier Sur cette page Documentation de data.gouv.fr API DE DATA.GOUV.FR Référence organizations Organization related operations List or search all organizations gethttp://www.data.gouv.fr/api/1/organizations/ Paramètres de requête qstringOptionnelThe search query sortstring · enumOptionnelThe field (and direction) on which sorting apply Valeurs possibles: namereusesdatasetsfollowersviewscreatedlast_modified-name-reuses-datasets-followers-views-created-last_modified pageintegerOptionnelThe page to fetch Default: 1 page_sizeintegerOptionnelThe page size to fetch Default: 20 badgestring · enumOptionnelValeurs possibles: public-servicecertifiedassociationcompanylocal-authority namestringOptionnel business_number_idstringOptionnel Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json dataobject · Organization (read)[]OptionnelThe page data Afficher propriétés next_pagestringOptionnelThe next page URL if exists pageinteger · min: 1RequisThe current page page_sizeintegerRequisThe page size used for pagination previous_pagestringOptionnelThe previous page URL if exists totalintegerRequisThe total paginated items get/organizations/ HTTP Copier GET /api/1/organizations/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Copier { "data": [ { "acronym": "text", "badges": [ { "kind": "text" } ], "business_number_id": "text", "created_at": "2026-01-01T00:00:00.000Z", "deleted": "2026-01-01T00:00:00.000Z", "description": "text", "ext": {}, "extras": {}, "id": "text", "image_url": "text", "last_modified": "2026-01-01T00:00:00.000Z", "logo": "text", "logo_thumbnail": "text", "members": [ { "label": "text", "role": "admin", "since": "2026-01-01T00:00:00.000Z", "user": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text", "email": "text", "last_login_at": "2026-01-01T00:00:00.000Z" } } ], "metrics": {}, "name": "text", "page": "text", "permissions": { "delete": true, "edit": true, "harvest": true, "members": true, "private": true }, "presentation_blocs": [ {} ], "presentation_blocs_published_at": "2026-01-01T00:00:00.000Z", "slug": "text", "teams": [ {} ], "uri": "text", "url": "text", "zone": "text" } ], "next_page": "text", "page": 1, "page_size": 1, "previous_page": "text", "total": 1 } Create a new organization posthttp://www.data.gouv.fr/api/1/organizations/ Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Corps application/json acronymstring · max: 128Optionnel business_number_idstring · max: 14Optionnel descriptionstring · markdownRequis extrasobjectOptionnel image_urlstringOptionnel namestringRequis presentation_blocsobject[]Optionnel presentation_blocs_published_atstring · date-timeOptionnelPublication date of the organization presentation blocs. Set it to make the blocs publicly visible; leave it empty to keep them hidden (draft). Organization administrators always see the blocs regardless of this date. urlstringOptionnel Réponses 201Success application/json acronymstring · max: 128Optionnel badgesobject · Badge (read)Optionnel Afficher propriétés business_number_idstring · max: 14Optionnel created_atstring · date-timeLecture seuleRequis deletedstring · date-timeLecture seuleOptionnel descriptionstring · markdownRequis extobjectLecture seuleOptionnel extrasobjectOptionnel idstringLecture seuleRequis image_urlstringOptionnel last_modifiedstring · date-timeLecture seuleRequis logostringLecture seuleOptionnelURL of the image logo_thumbnailstringLecture seuleOptionnelURL of the cropped and squared image (100x100) membersobject · Member (read)Optionnel Afficher propriétés metricsobjectLecture seuleOptionnel namestringRequis pagestringLecture seuleOptionnelLink to the udata web page for this organization permissionsobject · OrganizationPermissionsOptionnel Afficher propriétés presentation_blocsobject[]Optionnel presentation_blocs_published_atstring · date-timeOptionnelPublication date of the organization presentation blocs. Set it to make the blocs publicly visible; leave it empty to keep them hidden (draft). Organization administrators always see the blocs regardless of this date. slugstring · max: 255Lecture seuleRequis teamsobject · Team (read)Optionnel uristringLecture seuleOptionnelLink to the API endpoint for this organization urlstringOptionnel zonestringLecture seuleOptionnel 400Validation error post/organizations/ HTTP Copier POST /api/1/organizations/ HTTP/1.1 Host: www.data.gouv.fr Content-Type: application/json Accept: */* Content-Length: 212 { "acronym": "text", "business_number_id": "text", "description": "text", "extras": {}, "image_url": "text", "name": "text", "presentation_blocs": [ {} ], "presentation_blocs_published_at": "2026-01-01T00:00:00.000Z", "url": "text" } Tester 201Success Copier { "acronym": "text", "badges": [ { "kind": "text" } ], "business_number_id": "text", "created_at": "2026-01-01T00:00:00.000Z", "deleted": "2026-01-01T00:00:00.000Z", "description": "text", "ext": {}, "extras": {}, "id": "text", "image_url": "text", "last_modified": "2026-01-01T00:00:00.000Z", "logo": "text", "logo_thumbnail": "text", "members": [ { "label": "text", "role": "admin", "since": "2026-01-01T00:00:00.000Z", "user": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text", "email": "text", "last_login_at": "2026-01-01T00:00:00.000Z" } } ], "metrics": {}, "name": "text", "page": "text", "permissions": { "delete": true, "edit": true, "harvest": true, "members": true, "private": true }, "presentation_blocs": [ {} ], "presentation_blocs_published_at": "2026-01-01T00:00:00.000Z", "slug": "text", "teams": [ {} ], "uri": "text", "url": "text", "zone": "text" } List all available organization badges and their labels gethttp://www.data.gouv.fr/api/1/organizations/badges/ Réponses 200Success Aucun contenu get/organizations/badges/ HTTP Copier GET /api/1/organizations/badges/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Aucun contenu List all possible organization roles gethttp://www.data.gouv.fr/api/1/organizations/roles/ Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json idstringOptionnelThe role identifier labelstringOptionnelThe role label get/organizations/roles/ HTTP Copier GET /api/1/organizations/roles/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Copier [ { "id": "text", "label": "text" } ] Organizations suggest endpoint using mongoDB contains gethttp://www.data.gouv.fr/api/1/organizations/suggest/ Paramètres de requête qstringRequisThe string to autocomplete/suggest sizeintegerOptionnelThe amount of suggestion to fetch Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json acronymstringLecture seuleOptionnelThe organization acronym idstringLecture seuleOptionnelThe organization identifier image_urlstringLecture seuleOptionnelThe organization logo URL namestringLecture seuleOptionnelThe organization name pagestringLecture seuleOptionnelThe organization web page URL slugstringLecture seuleOptionnelThe organization permalink string get/organizations/suggest/ HTTP Copier GET /api/1/organizations/suggest/?q=text HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Copier [ { "acronym": "text", "id": "text", "image_url": "text", "name": "text", "page": "text", "slug": "text" } ] List all followers for a given object gethttp://www.data.gouv.fr/api/1/organizations/{id}/followers/ Paramètres de chemin idstringRequis Paramètres de requête pageintegerOptionnelThe page to fetch page_sizeintegerOptionnelThe page size to fetch userstringOptionnelFilter follower by user, it allows to check if a user is following the object Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json dataobject · Follow[]OptionnelThe page data Afficher propriétés next_pagestringOptionnelThe next page URL if exists pageinteger · min: 1RequisThe current page page_sizeintegerRequisThe page size used for pagination previous_pagestringOptionnelThe previous page URL if exists totalintegerRequisThe total paginated items get/organizations/{id}/followers/ HTTP Copier GET /api/1/organizations/{id}/followers/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Copier { "data": [ { "follower": { "class": "text", "id": "text", "avatar": "text", "avatar_thumbnail": "text", "first_name": "text", "last_name": "text", "page": "text", "slug": "text", "uri": "text" }, "id": "text", "since": "2026-01-01T00:00:00.000Z" } ], "next_page": "text", "page": 1, "page_size": 1, "previous_page": "text", "total": 1 } Follow an object given its ID posthttp://www.data.gouv.fr/api/1/organizations/{id}/followers/ Returns the number of followers left after the operation Paramètres de chemin idstringRequis Réponses 200Success Aucun contenu post/organizations/{id}/followers/ HTTP Copier POST /api/1/organizations/{id}/followers/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Aucun contenu Unfollow an object given its ID deletehttp://www.data.gouv.fr/api/1/organizations/{id}/followers/ Returns the number of followers left after the operation Paramètres de chemin idstringRequis Réponses 200Success Aucun contenu delete/organizations/{id}/followers/ HTTP Copier DELETE /api/1/organizations/{id}/followers/ HTTP/1.1 Host: www.data.gouv.fr Accept: */* Tester 200Success Aucun contenu Get a organization given its identifier gethttp://www.data.gouv.fr/api/1/organizations/{org}/ Paramètres de chemin orgstringRequisThe organization ID or slug Paramètres d'en-tête X-Fieldsstring · maskOptionnelAn optional fields mask Réponses 200Success application/json acronymstring · max: 128Optionnel badgesobject · Badge (read)Optionnel Afficher propriétés business_number_idstring · max: 14Optionnel created_atstring · date-timeLecture seuleRequis deletedstring · date-timeLecture seuleOptionnel descriptionstring · markdownRequis extobjectLecture seuleOptionnel extrasobjectOptionnel idstringLecture seuleRequis image_urlstringOptio…