Toulouse Métropole 2017 Initial BudgetBudget Primitif Toulouse Métropole 2017
Budget Primitif Toulouse Métropole 2017Toulouse Métropole 2017 Initial Budget
This API provides access to the 2017 initial budget (Budget Primitif) of Toulouse Métropole, the metropolitan authority covering the Toulouse area in France, together with its annex budgets. It is published as open data via the Toulouse-Métropole data portal and offers free access without authentication. The dataset is useful for analyzing municipal and metropolitan financial planning, public spending allocations, and budgetary structure for the 2017 fiscal year across the metropolitan area's various administrative divisions and annex budgets.Budget Primitif 2017 de la Toulouse Métropole et ses budgets annexes
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (15 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| 100% | entite_financiere_programmeEntité financière programme | text | — |
| 100% | nature_ap_epcpNature ap epcp | text | — |
| 100% | type_mouvementType mouvement | text | — |
| 100% | section | text | — |
| 100% | nomenclature_comptableNomenclature comptable | text | — |
| 100% | code_chapitreCode chapitre | text | — |
| 100% | libelle_chapitreLibellé chapitre | text | — |
| 100% | code_articleCode article | text | — |
| 100% | libelle_articleLibellé article | text | — |
| 100% | code_presentation_croiseeCode présentation croisée | text | — |
| 100% | libelle_presentation_croiseeLibellé présentation croisée | text | — |
| 100% | chapitre_par_natureChapitre par nature | text | — |
| 0% | libelle_par_natureLibellé par nature | text | — |
| 100% | mt_cp_vote_bpMt CP Voté BP | double | — |
| 100% | mt_cp_icne_bpMt cp icne bp | double | — |
Schema captured from opendatasoft 6 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1section: Fonctionnement · code_article: 023
{
"section": "Fonctionnement",
"code_article": "023",
"code_chapitre": "023",
"mt_cp_icne_bp": 0,
"mt_cp_vote_bp": 55267493,
"nature_ap_epcp": "Dépense",
"type_mouvement": "Ordre",
"libelle_article": "Virement à la section d'investissement",
"libelle_chapitre": "Virement à la section d'investissement",
"libelle_par_nature": null,
"chapitre_par_nature": "023",
"nomenclature_comptable": "M57",
"code_presentation_croisee": "01",
"entite_financiere_programme": "Budget principal TM",
"libelle_presentation_croisee": "Opération non ventilable"
}Record 2section: Investissement · code_article: 2111
{
"section": "Investissement",
"code_article": "2111",
"code_chapitre": "21",
"mt_cp_icne_bp": 0,
"mt_cp_vote_bp": 3860000,
"nature_ap_epcp": "Dépense",
"type_mouvement": "Réel",
"libelle_article": "Terrains - Terrains nus",
"libelle_chapitre": "Immobilisations corporelles",
"libelle_par_nature": null,
"chapitre_par_nature": "21",
"nomenclature_comptable": "M57",
"code_presentation_croisee": "61",
"entite_financiere_programme": "Budget principal TM",
"libelle_presentation_croisee": "Interventions économiques transversales"
}Record 3section: Investissement · code_article: 231318
{
"section": "Investissement",
"code_article": "231318",
"code_chapitre": "23",
"mt_cp_icne_bp": 0,
"mt_cp_vote_bp": 3765233,
"nature_ap_epcp": "Dépense",
"type_mouvement": "Réel",
"libelle_article": "Immobilisations corporelles en cours - Autres bâtiments publics",
"libelle_chapitre": "Immobilisations en cours",
"libelle_par_nature": null,
"chapitre_par_nature": "23",
"nomenclature_comptable": "M57",
"code_presentation_croisee": "61",
"entite_financiere_programme": "Budget principal TM",
"libelle_presentation_croisee": "Interventions économiques transversales"
}Record 4section: Fonctionnement · code_article: 64131
{
"section": "Fonctionnement",
"code_article": "64131",
"code_chapitre": "012",
"mt_cp_icne_bp": 0,
"mt_cp_vote_bp": 83761,
"nature_ap_epcp": "Dépense",
"type_mouvement": "Réel",
"libelle_article": "Rémunérations du personnel - Rémunérations",
"libelle_chapitre": "Charges de personnel et frais assimilés (regroupement des comptes 621, 631, 633 et 64)",
"libelle_par_nature": null,
"chapitre_par_nature": "012",
"nomenclature_comptable": "M57",
"code_presentation_croisee": "325",
"entite_financiere_programme": "Budget principal TM",
"libelle_presentation_croisee": "Autres équipements sportifs ou de loisirs"
}Record 5section: Investissement · code_article: 1328
{
"section": "Investissement",
"code_article": "1328",
"code_chapitre": "13",
"mt_cp_icne_bp": 0,
"mt_cp_vote_bp": 500000,
"nature_ap_epcp": "Recette",
"type_mouvement": "Réel",
"libelle_article": "Subventions d'équipement non transférables - Autres",
"libelle_chapitre": "Subventions d'investissement (reçues)",
"libelle_par_nature": null,
"chapitre_par_nature": "13",
"nomenclature_comptable": "M57",
"code_presentation_croisee": "844",
"entite_financiere_programme": "Budget principal TM",
"libelle_presentation_croisee": "Voirie métropolitaine"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/budget-primitif-metropole-2017
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/budget-primitif-metropole-2017/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.