For the complete documentation index, see llms.txt. This page is also available as Markdown.

me

Connected user related operations

Fetch the current user (me) identity

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
aboutstring · markdownOptionnel
activebooleanLecture seuleOptionnel
avatarstringLecture seuleOptionnel

URL of the image

avatar_thumbnailstringLecture seuleOptionnel

URL of the cropped and squared image (500x500)

emailstring · max: 255Requis
first_namestring · max: 255Requis
idstringLecture seuleRequis
last_login_atstring · date-timeLecture seuleOptionnel
last_namestring · max: 255Requis
metricsobjectLecture seuleOptionnel
pagestringLecture seuleOptionnel

Link to the udata web page for this user

password_rotation_demandedstring · date-timeLecture seuleOptionnel
password_rotation_performedstring · date-timeLecture seuleOptionnel
rolesstring[]Lecture seuleOptionnel
sincestring · date-timeLecture seuleRequis
slugstring · max: 255Lecture seuleRequis
uristringLecture seuleOptionnel

Link to the API endpoint for this user

websitestringOptionnel
get/me/
GET /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

{
  "about": "text",
  "active": true,
  "avatar": "text",
  "avatar_thumbnail": "text",
  "email": "text",
  "first_name": "text",
  "id": "text",
  "last_login_at": "2026-01-01T00:00:00.000Z",
  "last_name": "text",
  "metrics": {},
  "organizations": [
    {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    }
  ],
  "page": "text",
  "password_rotation_demanded": "2026-01-01T00:00:00.000Z",
  "password_rotation_performed": "2026-01-01T00:00:00.000Z",
  "roles": [
    "text"
  ],
  "since": "2026-01-01T00:00:00.000Z",
  "slug": "text",
  "uri": "text",
  "website": "text"
}

Update my profile

put
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Corps
aboutstring · markdownOptionnel
emailstring · max: 255Requis
first_namestring · max: 255Requis
last_namestring · max: 255Requis
websitestringOptionnel
Réponses
200

Success

application/json
aboutstring · markdownOptionnel
activebooleanLecture seuleOptionnel
avatarstringLecture seuleOptionnel

URL of the image

avatar_thumbnailstringLecture seuleOptionnel

URL of the cropped and squared image (500x500)

emailstring · max: 255Requis
first_namestring · max: 255Requis
idstringLecture seuleRequis
last_login_atstring · date-timeLecture seuleOptionnel
last_namestring · max: 255Requis
metricsobjectLecture seuleOptionnel
pagestringLecture seuleOptionnel

Link to the udata web page for this user

password_rotation_demandedstring · date-timeLecture seuleOptionnel
password_rotation_performedstring · date-timeLecture seuleOptionnel
rolesstring[]Lecture seuleOptionnel
sincestring · date-timeLecture seuleRequis
slugstring · max: 255Lecture seuleRequis
uristringLecture seuleOptionnel

Link to the API endpoint for this user

websitestringOptionnel
put/me/
PUT /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Content-Type: application/json
Accept: */*
Content-Length: 87

{
  "about": "text",
  "email": "text",
  "first_name": "text",
  "last_name": "text",
  "website": "text"
}
{
  "about": "text",
  "active": true,
  "avatar": "text",
  "avatar_thumbnail": "text",
  "email": "text",
  "first_name": "text",
  "id": "text",
  "last_login_at": "2026-01-01T00:00:00.000Z",
  "last_name": "text",
  "metrics": {},
  "organizations": [
    {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    }
  ],
  "page": "text",
  "password_rotation_demanded": "2026-01-01T00:00:00.000Z",
  "password_rotation_performed": "2026-01-01T00:00:00.000Z",
  "roles": [
    "text"
  ],
  "since": "2026-01-01T00:00:00.000Z",
  "slug": "text",
  "uri": "text",
  "website": "text"
}

Delete my profile

delete
Réponses
204

Object deleted

Aucun contenu

delete/me/
DELETE /api/1/me/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
204

Object deleted

Aucun contenu

Upload a new avatar

post
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Corps
filestringRequis
bboxstringOptionnel
Réponses
200

Success

application/json
imagestringOptionnel
successbooleanLecture seuleOptionnel

Whether the upload succeeded or not.

Default: true
post/me/avatar
POST /api/1/me/avatar HTTP/1.1
Host: www.data.gouv.fr
Content-Type: multipart/form-data
Accept: */*
Content-Length: 29

{
  "file": "text",
  "bbox": "text"
}
200

Success

{
  "image": "text",
  "success": true
}

List all my datasets (including private ones)

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
access_typestringOptionnel
access_type_reasonstringOptionnel
access_type_reason_categorystringOptionnel
acronymstringOptionnel

An optional dataset acronym

archivedstring · date-timeOptionnel

The archival date if archived

authorization_request_urlstringOptionnel
created_atstring · date-timeLecture seuleRequis

This date is computed between harvested creation date if any and site's internal creation date

deletedstring · date-timeLecture seuleOptionnel

The deletion date if deleted

descriptionstring · markdownRequis

The dataset description in markdown

description_shortstringOptionnel

The dataset short description

extrasobjectOptionnel

Extras attributes as key-value pairs

featuredbooleanOptionnel

Is the dataset featured

frequencystring · enumRequis

The update frequency

Default: unknownExample: continuousValeurs possibles:
frequency_datestring · date-timeOptionnel

Next expected update date, you will be notified once that date is reached.

idstringLecture seuleOptionnel

The dataset identifier

last_modifiedstring · date-timeLecture seuleRequis

The dataset last modification date

last_updatestring · date-timeRequis

The resources last modification date

licensestringOptionnel

The dataset license

Default: notspecified
metricsobjectOptionnel

The dataset metrics

pagestringLecture seuleOptionnel

The dataset web page URL

privatebooleanOptionnel

Is the dataset private to the owner or the organization

qualityobjectLecture seuleOptionnel

The dataset quality

slugstringLecture seuleOptionnel

The dataset permalink string

tagsstring[]Optionnel
titlestringRequis

The dataset title

uristringLecture seuleOptionnel

The API URI for this dataset

get/me/datasets/
GET /api/1/me/datasets/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "access_audiences": [
      {
        "condition": "yes",
        "role": "local_authority_and_administration"
      }
    ],
    "access_type": "text",
    "access_type_reason": "text",
    "access_type_reason_category": "text",
    "acronym": "text",
    "archived": "2026-01-01T00:00:00.000Z",
    "authorization_request_url": "text",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "community_resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text",
        "dataset": {
          "class": "text",
          "id": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "role": "contact"
      }
    ],
    "created_at": "2026-01-01T00:00:00.000Z",
    "deleted": "2026-01-01T00:00:00.000Z",
    "description": "text",
    "description_short": "text",
    "extras": {},
    "featured": true,
    "frequency": "continuous",
    "frequency_date": "2026-01-01T00:00:00.000Z",
    "harvest": {
      "archived": "text",
      "archived_at": "2026-01-01T00:00:00.000Z",
      "backend": "text",
      "created_at": "2026-01-01T00:00:00.000Z",
      "dct_identifier": "text",
      "domain": "text",
      "issued_at": "2026-01-01T00:00:00.000Z",
      "last_update": "2026-01-01T00:00:00.000Z",
      "modified_at": "2026-01-01T00:00:00.000Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2026-01-01T00:00:00.000Z",
      "last_modified_internal": "2026-01-01T00:00:00.000Z"
    },
    "last_modified": "2026-01-01T00:00:00.000Z",
    "last_update": "2026-01-01T00:00:00.000Z",
    "license": "notspecified",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    },
    "private": true,
    "quality": {},
    "resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text"
      }
    ],
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "slug": "text",
    "spatial": {
      "geom": {
        "coordinates": [
          {}
        ],
        "type": "Point"
      },
      "granularity": "other",
      "zones": {}
    },
    "tags": [
      "text"
    ],
    "temporal_coverage": {
      "end": "2026-01-01T00:00:00.000Z",
      "start": "2026-01-01T00:00:00.000Z"
    },
    "title": "text",
    "uri": "text"
  }
]

Fetch the current user (me) metrics

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
datasets_countintegerLecture seuleOptionnel

The user's datasets number

datasets_org_countintegerLecture seuleOptionnel

The user's orgs datasets number

followers_countintegerLecture seuleOptionnel

The user's followers number

followers_org_countintegerLecture seuleOptionnel

The user's orgs followers number

idstringRequis

The user identifier

resources_availabilitynumberLecture seuleOptionnel

The user's resources availability percentage

get/me/metrics/
GET /api/1/me/metrics/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "datasets_count": 1,
    "datasets_org_count": 1,
    "followers_count": 1,
    "followers_org_count": 1,
    "id": "text",
    "resources_availability": 1
  }
]

List all community resources related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
created_atstring · date-timeLecture seuleOptionnel

The resource creation date

descriptionstring · markdownOptionnel

The resource markdown description

extrasobjectOptionnel

Extra attributes as key-value pairs

filesizeintegerOptionnel

The resource file size in bytes

filetypestring · enumRequis

Whether the resource is an uploaded file, a remote file or an API

Example: fileValeurs possibles:
formatstringRequis

The resource format

idstringLecture seuleOptionnel

The resource unique ID

last_modifiedstring · date-timeLecture seuleOptionnel

The resource last modification date

lateststringLecture seuleOptionnel

The permanent URL redirecting to the latest version of the resource. When the resource data is updated, the URL will change, the latest URL won't.

metricsobjectLecture seuleOptionnel

The resource metrics

mimestringOptionnel

The resource mime type

preview_urlstringLecture seuleOptionnel

An optional preview URL to be loaded as a standalone page (ie. iframe or new page)

titlestringRequis

The resource title

typestring · enumRequis

Resource type (documentation, API...)

Example: mainValeurs possibles:
urlstringRequis

The resource URL

get/me/org_community_resources/
GET /api/1/me/org_community_resources/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "checksum": {
      "type": "sha1",
      "value": "text"
    },
    "created_at": "2026-01-01T00:00:00.000Z",
    "description": "text",
    "extras": {},
    "filesize": 1,
    "filetype": "file",
    "format": "text",
    "harvest": {
      "issued_at": "2026-01-01T00:00:00.000Z",
      "last_update": "2026-01-01T00:00:00.000Z",
      "modified_at": "2026-01-01T00:00:00.000Z",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2026-01-01T00:00:00.000Z",
      "last_modified_internal": "2026-01-01T00:00:00.000Z"
    },
    "last_modified": "2026-01-01T00:00:00.000Z",
    "latest": "text",
    "metrics": {},
    "mime": "text",
    "preview_url": "text",
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "title": "text",
    "type": "main",
    "url": "text",
    "dataset": {
      "class": "text",
      "id": "text"
    },
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    }
  }
]

List all datasets related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
access_typestringOptionnel
access_type_reasonstringOptionnel
access_type_reason_categorystringOptionnel
acronymstringOptionnel

An optional dataset acronym

archivedstring · date-timeOptionnel

The archival date if archived

authorization_request_urlstringOptionnel
created_atstring · date-timeLecture seuleRequis

This date is computed between harvested creation date if any and site's internal creation date

deletedstring · date-timeLecture seuleOptionnel

The deletion date if deleted

descriptionstring · markdownRequis

The dataset description in markdown

description_shortstringOptionnel

The dataset short description

extrasobjectOptionnel

Extras attributes as key-value pairs

featuredbooleanOptionnel

Is the dataset featured

frequencystring · enumRequis

The update frequency

Default: unknownExample: continuousValeurs possibles:
frequency_datestring · date-timeOptionnel

Next expected update date, you will be notified once that date is reached.

idstringLecture seuleOptionnel

The dataset identifier

last_modifiedstring · date-timeLecture seuleRequis

The dataset last modification date

last_updatestring · date-timeRequis

The resources last modification date

licensestringOptionnel

The dataset license

Default: notspecified
metricsobjectOptionnel

The dataset metrics

pagestringLecture seuleOptionnel

The dataset web page URL

privatebooleanOptionnel

Is the dataset private to the owner or the organization

qualityobjectLecture seuleOptionnel

The dataset quality

slugstringLecture seuleOptionnel

The dataset permalink string

tagsstring[]Optionnel
titlestringRequis

The dataset title

uristringLecture seuleOptionnel

The API URI for this dataset

get/me/org_datasets/
GET /api/1/me/org_datasets/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "access_audiences": [
      {
        "condition": "yes",
        "role": "local_authority_and_administration"
      }
    ],
    "access_type": "text",
    "access_type_reason": "text",
    "access_type_reason_category": "text",
    "acronym": "text",
    "archived": "2026-01-01T00:00:00.000Z",
    "authorization_request_url": "text",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "community_resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text",
        "dataset": {
          "class": "text",
          "id": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "role": "contact"
      }
    ],
    "created_at": "2026-01-01T00:00:00.000Z",
    "deleted": "2026-01-01T00:00:00.000Z",
    "description": "text",
    "description_short": "text",
    "extras": {},
    "featured": true,
    "frequency": "continuous",
    "frequency_date": "2026-01-01T00:00:00.000Z",
    "harvest": {
      "archived": "text",
      "archived_at": "2026-01-01T00:00:00.000Z",
      "backend": "text",
      "created_at": "2026-01-01T00:00:00.000Z",
      "dct_identifier": "text",
      "domain": "text",
      "issued_at": "2026-01-01T00:00:00.000Z",
      "last_update": "2026-01-01T00:00:00.000Z",
      "modified_at": "2026-01-01T00:00:00.000Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "id": "text",
    "internal": {
      "created_at_internal": "2026-01-01T00:00:00.000Z",
      "last_modified_internal": "2026-01-01T00:00:00.000Z"
    },
    "last_modified": "2026-01-01T00:00:00.000Z",
    "last_update": "2026-01-01T00:00:00.000Z",
    "license": "notspecified",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true,
      "edit_resources": true
    },
    "private": true,
    "quality": {},
    "resources": [
      {
        "checksum": {
          "type": "sha1",
          "value": "text"
        },
        "created_at": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "filetype": "file",
        "format": "text",
        "harvest": {
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "title": "text",
        "type": "main",
        "url": "text"
      }
    ],
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "slug": "text",
    "spatial": {
      "geom": {
        "coordinates": [
          {}
        ],
        "type": "Point"
      },
      "granularity": "other",
      "zones": {}
    },
    "tags": [
      "text"
    ],
    "temporal_coverage": {
      "end": "2026-01-01T00:00:00.000Z",
      "start": "2026-01-01T00:00:00.000Z"
    },
    "title": "text",
    "uri": "text"
  }
]

List all discussions related to my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
closedstring · date-timeLecture seuleOptionnel

The discussion closing date

createdstring · date-timeLecture seuleRequis

The discussion creation date

extrasobjectOptionnel

Extra attributes as key-value pairs

idstringLecture seuleRequis
self_web_urlstringLecture seuleOptionnel

The discussion web URL

titlestringRequis

The discussion title

urlstringLecture seuleOptionnel

The discussion API URI

get/me/org_discussions/
GET /api/1/me/org_discussions/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "closed": "2026-01-01T00:00:00.000Z",
    "closed_by": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "closed_by_organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "created": "2026-01-01T00:00:00.000Z",
    "discussion": [
      {
        "content": "text",
        "id": "text",
        "last_modified_at": "2026-01-01T00:00:00.000Z",
        "permissions": {
          "delete": true,
          "edit": true
        },
        "posted_by": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "posted_by_organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "posted_on": "2026-01-01T00:00:00.000Z"
      }
    ],
    "extras": {},
    "id": "text",
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "permissions": {
      "close": true,
      "delete": true,
      "edit": true
    },
    "self_web_url": "text",
    "subject": {
      "class": "text",
      "id": "text"
    },
    "title": "text",
    "url": "text",
    "user": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    }
  }
]

List all reuses related to me and my organizations

get
Paramètres de requête
qstringOptionnel

The string to filter items

Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
archivedstring · date-timeOptionnel
created_atstring · date-timeLecture seuleRequis
deletedstring · date-timeOptionnel
descriptionstring · markdownRequis
extrasobjectOptionnel
featuredbooleanLecture seuleOptionnel
idstringLecture seuleRequis
imagestringLecture seuleOptionnel

URL of the image

image_thumbnailstringLecture seuleOptionnel

URL of the cropped and squared image (500x500)

last_modifiedstring · date-timeLecture seuleRequis
metricsobjectLecture seuleOptionnel
pagestringLecture seuleOptionnel

Link to the udata web page for this reuse

privatebooleanOptionnel
slugstring · max: 255Lecture seuleRequis
tagsstring[]Optionnel
titlestringRequis
topicstring · enumRequisExample: healthValeurs possibles:
typestring · enumRequisExample: apiValeurs possibles:
uristringLecture seuleOptionnel

Link to the API endpoint for this reuse

urlstringRequis

The remote URL (website)

get/me/org_reuses/
GET /api/1/me/org_reuses/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "archived": "2026-01-01T00:00:00.000Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "created_at": "2026-01-01T00:00:00.000Z",
    "dataservices": [
      {
        "class": "text",
        "id": "text",
        "self_api_url": "text",
        "self_web_url": "text",
        "title": "My awesome API"
      }
    ],
    "datasets": [
      {
        "access_audiences": [
          {
            "condition": "yes",
            "role": "local_authority_and_administration"
          }
        ],
        "access_type": "text",
        "access_type_reason": "text",
        "access_type_reason_category": "text",
        "acronym": "text",
        "archived": "2026-01-01T00:00:00.000Z",
        "authorization_request_url": "text",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "community_resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2026-01-01T00:00:00.000Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "issued_at": "2026-01-01T00:00:00.000Z",
              "last_update": "2026-01-01T00:00:00.000Z",
              "modified_at": "2026-01-01T00:00:00.000Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2026-01-01T00:00:00.000Z",
              "last_modified_internal": "2026-01-01T00:00:00.000Z"
            },
            "last_modified": "2026-01-01T00:00:00.000Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text",
            "dataset": {
              "class": "text",
              "id": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "permissions": {
                "delete": true,
                "edit": true,
                "harvest": true,
                "members": true,
                "private": true
              },
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "permissions": {
              "delete": true,
              "edit": true,
              "edit_resources": true
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "permissions": {
                "delete": true,
                "edit": true,
                "harvest": true,
                "members": true,
                "private": true
              },
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "role": "contact"
          }
        ],
        "created_at": "2026-01-01T00:00:00.000Z",
        "deleted": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "description_short": "text",
        "extras": {},
        "featured": true,
        "frequency": "continuous",
        "frequency_date": "2026-01-01T00:00:00.000Z",
        "harvest": {
          "archived": "text",
          "archived_at": "2026-01-01T00:00:00.000Z",
          "backend": "text",
          "created_at": "2026-01-01T00:00:00.000Z",
          "dct_identifier": "text",
          "domain": "text",
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "last_update": "2026-01-01T00:00:00.000Z",
        "license": "notspecified",
        "metrics": {},
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "page": "text",
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        },
        "private": true,
        "quality": {},
        "resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2026-01-01T00:00:00.000Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "issued_at": "2026-01-01T00:00:00.000Z",
              "last_update": "2026-01-01T00:00:00.000Z",
              "modified_at": "2026-01-01T00:00:00.000Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2026-01-01T00:00:00.000Z",
              "last_modified_internal": "2026-01-01T00:00:00.000Z"
            },
            "last_modified": "2026-01-01T00:00:00.000Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text"
          }
        ],
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "slug": "text",
        "spatial": {
          "geom": {
            "coordinates": [
              {}
            ],
            "type": "Point"
          },
          "granularity": "other",
          "zones": {}
        },
        "tags": [
          "text"
        ],
        "temporal_coverage": {
          "end": "2026-01-01T00:00:00.000Z",
          "start": "2026-01-01T00:00:00.000Z"
        },
        "title": "text",
        "uri": "text"
      }
    ],
    "deleted": "2026-01-01T00:00:00.000Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2026-01-01T00:00:00.000Z",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true
    },
    "private": true,
    "slug": "text",
    "tags": [
      "text"
    ],
    "title": "text",
    "topic": "health",
    "type": "api",
    "uri": "text",
    "url": "text"
  }
]

List all my reuses (including private ones)

get
Paramètres d'en-tête
X-Fieldsstring · maskOptionnel

An optional fields mask

Réponses
200

Success

application/json
archivedstring · date-timeOptionnel
created_atstring · date-timeLecture seuleRequis
deletedstring · date-timeOptionnel
descriptionstring · markdownRequis
extrasobjectOptionnel
featuredbooleanLecture seuleOptionnel
idstringLecture seuleRequis
imagestringLecture seuleOptionnel

URL of the image

image_thumbnailstringLecture seuleOptionnel

URL of the cropped and squared image (500x500)

last_modifiedstring · date-timeLecture seuleRequis
metricsobjectLecture seuleOptionnel
pagestringLecture seuleOptionnel

Link to the udata web page for this reuse

privatebooleanOptionnel
slugstring · max: 255Lecture seuleRequis
tagsstring[]Optionnel
titlestringRequis
topicstring · enumRequisExample: healthValeurs possibles:
typestring · enumRequisExample: apiValeurs possibles:
uristringLecture seuleOptionnel

Link to the API endpoint for this reuse

urlstringRequis

The remote URL (website)

get/me/reuses/
GET /api/1/me/reuses/ HTTP/1.1
Host: www.data.gouv.fr
Accept: */*
200

Success

[
  {
    "archived": "2026-01-01T00:00:00.000Z",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "created_at": "2026-01-01T00:00:00.000Z",
    "dataservices": [
      {
        "class": "text",
        "id": "text",
        "self_api_url": "text",
        "self_web_url": "text",
        "title": "My awesome API"
      }
    ],
    "datasets": [
      {
        "access_audiences": [
          {
            "condition": "yes",
            "role": "local_authority_and_administration"
          }
        ],
        "access_type": "text",
        "access_type_reason": "text",
        "access_type_reason_category": "text",
        "acronym": "text",
        "archived": "2026-01-01T00:00:00.000Z",
        "authorization_request_url": "text",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "community_resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2026-01-01T00:00:00.000Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "issued_at": "2026-01-01T00:00:00.000Z",
              "last_update": "2026-01-01T00:00:00.000Z",
              "modified_at": "2026-01-01T00:00:00.000Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2026-01-01T00:00:00.000Z",
              "last_modified_internal": "2026-01-01T00:00:00.000Z"
            },
            "last_modified": "2026-01-01T00:00:00.000Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text",
            "dataset": {
              "class": "text",
              "id": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "permissions": {
                "delete": true,
                "edit": true,
                "harvest": true,
                "members": true,
                "private": true
              },
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "permissions": {
              "delete": true,
              "edit": true,
              "edit_resources": true
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ],
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "permissions": {
                "delete": true,
                "edit": true,
                "harvest": true,
                "members": true,
                "private": true
              },
              "slug": "text",
              "uri": "text"
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            },
            "role": "contact"
          }
        ],
        "created_at": "2026-01-01T00:00:00.000Z",
        "deleted": "2026-01-01T00:00:00.000Z",
        "description": "text",
        "description_short": "text",
        "extras": {},
        "featured": true,
        "frequency": "continuous",
        "frequency_date": "2026-01-01T00:00:00.000Z",
        "harvest": {
          "archived": "text",
          "archived_at": "2026-01-01T00:00:00.000Z",
          "backend": "text",
          "created_at": "2026-01-01T00:00:00.000Z",
          "dct_identifier": "text",
          "domain": "text",
          "issued_at": "2026-01-01T00:00:00.000Z",
          "last_update": "2026-01-01T00:00:00.000Z",
          "modified_at": "2026-01-01T00:00:00.000Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "id": "text",
        "internal": {
          "created_at_internal": "2026-01-01T00:00:00.000Z",
          "last_modified_internal": "2026-01-01T00:00:00.000Z"
        },
        "last_modified": "2026-01-01T00:00:00.000Z",
        "last_update": "2026-01-01T00:00:00.000Z",
        "license": "notspecified",
        "metrics": {},
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "badges": [
            {
              "kind": "text"
            }
          ],
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "permissions": {
            "delete": true,
            "edit": true,
            "harvest": true,
            "members": true,
            "private": true
          },
          "slug": "text",
          "uri": "text"
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "page": "text",
        "permissions": {
          "delete": true,
          "edit": true,
          "edit_resources": true
        },
        "private": true,
        "quality": {},
        "resources": [
          {
            "checksum": {
              "type": "sha1",
              "value": "text"
            },
            "created_at": "2026-01-01T00:00:00.000Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "filetype": "file",
            "format": "text",
            "harvest": {
              "issued_at": "2026-01-01T00:00:00.000Z",
              "last_update": "2026-01-01T00:00:00.000Z",
              "modified_at": "2026-01-01T00:00:00.000Z",
              "uri": "text"
            },
            "id": "text",
            "internal": {
              "created_at_internal": "2026-01-01T00:00:00.000Z",
              "last_modified_internal": "2026-01-01T00:00:00.000Z"
            },
            "last_modified": "2026-01-01T00:00:00.000Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "title": "text",
            "type": "main",
            "url": "text"
          }
        ],
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "slug": "text",
        "spatial": {
          "geom": {
            "coordinates": [
              {}
            ],
            "type": "Point"
          },
          "granularity": "other",
          "zones": {}
        },
        "tags": [
          "text"
        ],
        "temporal_coverage": {
          "end": "2026-01-01T00:00:00.000Z",
          "start": "2026-01-01T00:00:00.000Z"
        },
        "title": "text",
        "uri": "text"
      }
    ],
    "deleted": "2026-01-01T00:00:00.000Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2026-01-01T00:00:00.000Z",
    "metrics": {},
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "badges": [
        {
          "kind": "text"
        }
      ],
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "permissions": {
        "delete": true,
        "edit": true,
        "harvest": true,
        "members": true,
        "private": true
      },
      "slug": "text",
      "uri": "text"
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "page": "text",
    "permissions": {
      "delete": true,
      "edit": true
    },
    "private": true,
    "slug": "text",
    "tags": [
      "text"
    ],
    "title": "text",
    "topic": "health",
    "type": "api",
    "uri": "text",
    "url": "text"
  }
]

Ce contenu vous a-t-il été utile ?