site

Site global namespace

Fetch site activity, optionally filtered by user of org

get

/activity

Query parameters
pageinteger · default: 1

The page to fetch

page_sizeinteger · default: 20

The page size to fetch

userstring

Filter activities for that particular user

organizationstring

Filter activities for that particular organization

related_tostring

Filter activities for that particular object id (ex : reuse, dataset, etc.)

Header parameters
X-Fieldsstring · mask

An optional fields mask

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/activity'
{
  "next_page": "text",
  "page": 1,
  "page_size": 1,
  "previous_page": "text",
  "total": 1,
  "data": [
    {
      "created_at": "2025-02-22T14:07:45.917Z",
      "extras": {},
      "icon": "text",
      "key": "text",
      "label": "text",
      "related_to": "text",
      "related_to_id": "text",
      "related_to_kind": "text",
      "related_to_url": "text",
      "actor": {
        "class": "text",
        "id": "text",
        "avatar": "text",
        "avatar_thumbnail": "text",
        "first_name": "text",
        "last_name": "text",
        "page": "text",
        "slug": "text",
        "uri": "text"
      },
      "organization": {
        "class": "text",
        "id": "text",
        "acronym": "text",
        "logo": "text",
        "logo_thumbnail": "text",
        "name": "text",
        "page": "text",
        "slug": "text",
        "uri": "text",
        "badges": [
          {
            "kind": "text"
          }
        ]
      }
    }
  ]
}

Site-wide variables

get

/site/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/'
{
  "id": "text",
  "title": "text",
  "metrics": {}
}

Root RDF endpoint with content negociation handling

get

/site/catalog

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/catalog'

No body

get

/site/catalog.{format}

Path parameters
formatstringrequired
Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/catalog.{format}'

No body

get

/site/context.jsonld

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/context.jsonld'

No body

Root RDF endpoint with content negociation handling

get

/site/data.{format}

Path parameters
formatstringrequired
Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/data.{format}'

No body

List homepage datasets

get

/site/home/datasets/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/home/datasets/'
[
  {
    "acronym": "text",
    "archived": "2025-02-22T14:07:45.917Z",
    "created_at": "2025-02-22T14:07:45.917Z",
    "deleted": "2025-02-22T14:07:45.917Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "frequency_date": "2025-02-22T14:07:45.917Z",
    "id": "text",
    "last_modified": "2025-02-22T14:07:45.917Z",
    "last_update": "2025-02-22T14:07:45.917Z",
    "license": "notspecified",
    "metrics": {},
    "page": "text",
    "private": true,
    "quality": {},
    "slug": "text",
    "title": "text",
    "uri": "text",
    "frequency": "unknown",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "tags": [
      "text"
    ],
    "harvest": {
      "archived": "text",
      "archived_at": "2025-02-22T14:07:45.917Z",
      "backend": "text",
      "ckan_name": "text",
      "ckan_source": "text",
      "created_at": "2025-02-22T14:07:45.917Z",
      "dct_identifier": "text",
      "domain": "text",
      "last_update": "2025-02-22T14:07:45.917Z",
      "modified_at": "2025-02-22T14:07:45.917Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "internal": {
      "created_at_internal": "2025-02-22T14:07:45.917Z",
      "last_modified_internal": "2025-02-22T14:07:45.917Z"
    },
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text",
      "badges": [
        {
          "kind": "text"
        }
      ]
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "spatial": {
      "granularity": "other",
      "zones": [
        "text"
      ],
      "geom": {
        "type": "Point",
        "coordinates": [
          {}
        ]
      }
    },
    "temporal_coverage": {
      "end": "2025-02-22T14:07:45.917Z",
      "start": "2025-02-22T14:07:45.917Z"
    },
    "community_resources": [
      {
        "created_at": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "format": "text",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "title": "text",
        "url": "text",
        "filetype": "file",
        "type": "main",
        "checksum": {
          "value": "text",
          "type": "sha1"
        },
        "harvest": {
          "created_at": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "dataset": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "page": "text",
          "title": "text",
          "uri": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "role": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        }
      }
    ],
    "resources": [
      {
        "created_at": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "format": "text",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "title": "text",
        "url": "text",
        "filetype": "file",
        "type": "main",
        "checksum": {
          "value": "text",
          "type": "sha1"
        },
        "harvest": {
          "created_at": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        }
      }
    ]
  }
]

Set the homepage datasets editorial selection

put

/site/home/datasets/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Body
itemsstring
Responses
curl -L \
  --request PUT \
  --url '//www.data.gouv.fr/api/1/site/home/datasets/' \
  --header 'Content-Type: application/json' \
  --data '[null]'
[
  {
    "acronym": "text",
    "archived": "2025-02-22T14:07:45.917Z",
    "created_at": "2025-02-22T14:07:45.917Z",
    "deleted": "2025-02-22T14:07:45.917Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "frequency_date": "2025-02-22T14:07:45.917Z",
    "id": "text",
    "last_modified": "2025-02-22T14:07:45.917Z",
    "last_update": "2025-02-22T14:07:45.917Z",
    "license": "notspecified",
    "metrics": {},
    "page": "text",
    "private": true,
    "quality": {},
    "slug": "text",
    "title": "text",
    "uri": "text",
    "frequency": "unknown",
    "badges": [
      {
        "kind": "text"
      }
    ],
    "tags": [
      "text"
    ],
    "harvest": {
      "archived": "text",
      "archived_at": "2025-02-22T14:07:45.917Z",
      "backend": "text",
      "ckan_name": "text",
      "ckan_source": "text",
      "created_at": "2025-02-22T14:07:45.917Z",
      "dct_identifier": "text",
      "domain": "text",
      "last_update": "2025-02-22T14:07:45.917Z",
      "modified_at": "2025-02-22T14:07:45.917Z",
      "remote_id": "text",
      "remote_url": "text",
      "source_id": "text",
      "uri": "text"
    },
    "internal": {
      "created_at_internal": "2025-02-22T14:07:45.917Z",
      "last_modified_internal": "2025-02-22T14:07:45.917Z"
    },
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text",
      "badges": [
        {
          "kind": "text"
        }
      ]
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "schema": {
      "name": "text",
      "url": "text",
      "version": "text"
    },
    "spatial": {
      "granularity": "other",
      "zones": [
        "text"
      ],
      "geom": {
        "type": "Point",
        "coordinates": [
          {}
        ]
      }
    },
    "temporal_coverage": {
      "end": "2025-02-22T14:07:45.917Z",
      "start": "2025-02-22T14:07:45.917Z"
    },
    "community_resources": [
      {
        "created_at": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "format": "text",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "title": "text",
        "url": "text",
        "filetype": "file",
        "type": "main",
        "checksum": {
          "value": "text",
          "type": "sha1"
        },
        "harvest": {
          "created_at": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "dataset": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "page": "text",
          "title": "text",
          "uri": "text"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        }
      }
    ],
    "contact_points": [
      {
        "contact_form": "text",
        "email": "text",
        "id": "text",
        "name": "text",
        "role": "text",
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        }
      }
    ],
    "resources": [
      {
        "created_at": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "filesize": 1,
        "format": "text",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "latest": "text",
        "metrics": {},
        "mime": "text",
        "preview_url": "text",
        "title": "text",
        "url": "text",
        "filetype": "file",
        "type": "main",
        "checksum": {
          "value": "text",
          "type": "sha1"
        },
        "harvest": {
          "created_at": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        }
      }
    ]
  }
]

List homepage featured reuses

get

/site/home/reuses/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Responses
curl -L \
  --url '//www.data.gouv.fr/api/1/site/home/reuses/'
[
  {
    "archived": "2025-02-22T14:07:45.917Z",
    "created_at": "2025-02-22T14:07:45.917Z",
    "deleted": "2025-02-22T14:07:45.917Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2025-02-22T14:07:45.917Z",
    "metrics": {},
    "page": "text",
    "private": true,
    "slug": "text",
    "title": "text",
    "uri": "text",
    "url": "text",
    "topic": "health",
    "type": "api",
    "datasets": [
      {
        "acronym": "text",
        "archived": "2025-02-22T14:07:45.917Z",
        "created_at": "2025-02-22T14:07:45.917Z",
        "deleted": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "featured": true,
        "frequency_date": "2025-02-22T14:07:45.917Z",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "last_update": "2025-02-22T14:07:45.917Z",
        "license": "notspecified",
        "metrics": {},
        "page": "text",
        "private": true,
        "quality": {},
        "slug": "text",
        "title": "text",
        "uri": "text",
        "frequency": "unknown",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "tags": [
          "text"
        ],
        "harvest": {
          "archived": "text",
          "archived_at": "2025-02-22T14:07:45.917Z",
          "backend": "text",
          "ckan_name": "text",
          "ckan_source": "text",
          "created_at": "2025-02-22T14:07:45.917Z",
          "dct_identifier": "text",
          "domain": "text",
          "last_update": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "spatial": {
          "granularity": "other",
          "zones": [
            "text"
          ],
          "geom": {
            "type": "Point",
            "coordinates": [
              {}
            ]
          }
        },
        "temporal_coverage": {
          "end": "2025-02-22T14:07:45.917Z",
          "start": "2025-02-22T14:07:45.917Z"
        },
        "community_resources": [
          {
            "created_at": "2025-02-22T14:07:45.917Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "format": "text",
            "id": "text",
            "last_modified": "2025-02-22T14:07:45.917Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "title": "text",
            "url": "text",
            "filetype": "file",
            "type": "main",
            "checksum": {
              "value": "text",
              "type": "sha1"
            },
            "harvest": {
              "created_at": "2025-02-22T14:07:45.917Z",
              "modified_at": "2025-02-22T14:07:45.917Z",
              "uri": "text"
            },
            "internal": {
              "created_at_internal": "2025-02-22T14:07:45.917Z",
              "last_modified_internal": "2025-02-22T14:07:45.917Z"
            },
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "dataset": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "page": "text",
              "title": "text",
              "uri": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ]
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "role": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ]
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            }
          }
        ],
        "resources": [
          {
            "created_at": "2025-02-22T14:07:45.917Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "format": "text",
            "id": "text",
            "last_modified": "2025-02-22T14:07:45.917Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "title": "text",
            "url": "text",
            "filetype": "file",
            "type": "main",
            "checksum": {
              "value": "text",
              "type": "sha1"
            },
            "harvest": {
              "created_at": "2025-02-22T14:07:45.917Z",
              "modified_at": "2025-02-22T14:07:45.917Z",
              "uri": "text"
            },
            "internal": {
              "created_at_internal": "2025-02-22T14:07:45.917Z",
              "last_modified_internal": "2025-02-22T14:07:45.917Z"
            },
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            }
          }
        ]
      }
    ],
    "tags": [
      "text"
    ],
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text",
      "badges": [
        {
          "kind": "text"
        }
      ]
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "badges": [
      {
        "kind": "text"
      }
    ]
  }
]

Set the homepage reuses editorial selection

put

/site/home/reuses/

Header parameters
X-Fieldsstring · mask

An optional fields mask

Body
itemsstring
Responses
curl -L \
  --request PUT \
  --url '//www.data.gouv.fr/api/1/site/home/reuses/' \
  --header 'Content-Type: application/json' \
  --data '[null]'
[
  {
    "archived": "2025-02-22T14:07:45.917Z",
    "created_at": "2025-02-22T14:07:45.917Z",
    "deleted": "2025-02-22T14:07:45.917Z",
    "description": "text",
    "extras": {},
    "featured": true,
    "id": "text",
    "image": "text",
    "image_thumbnail": "text",
    "last_modified": "2025-02-22T14:07:45.917Z",
    "metrics": {},
    "page": "text",
    "private": true,
    "slug": "text",
    "title": "text",
    "uri": "text",
    "url": "text",
    "topic": "health",
    "type": "api",
    "datasets": [
      {
        "acronym": "text",
        "archived": "2025-02-22T14:07:45.917Z",
        "created_at": "2025-02-22T14:07:45.917Z",
        "deleted": "2025-02-22T14:07:45.917Z",
        "description": "text",
        "extras": {},
        "featured": true,
        "frequency_date": "2025-02-22T14:07:45.917Z",
        "id": "text",
        "last_modified": "2025-02-22T14:07:45.917Z",
        "last_update": "2025-02-22T14:07:45.917Z",
        "license": "notspecified",
        "metrics": {},
        "page": "text",
        "private": true,
        "quality": {},
        "slug": "text",
        "title": "text",
        "uri": "text",
        "frequency": "unknown",
        "badges": [
          {
            "kind": "text"
          }
        ],
        "tags": [
          "text"
        ],
        "harvest": {
          "archived": "text",
          "archived_at": "2025-02-22T14:07:45.917Z",
          "backend": "text",
          "ckan_name": "text",
          "ckan_source": "text",
          "created_at": "2025-02-22T14:07:45.917Z",
          "dct_identifier": "text",
          "domain": "text",
          "last_update": "2025-02-22T14:07:45.917Z",
          "modified_at": "2025-02-22T14:07:45.917Z",
          "remote_id": "text",
          "remote_url": "text",
          "source_id": "text",
          "uri": "text"
        },
        "internal": {
          "created_at_internal": "2025-02-22T14:07:45.917Z",
          "last_modified_internal": "2025-02-22T14:07:45.917Z"
        },
        "organization": {
          "class": "text",
          "id": "text",
          "acronym": "text",
          "logo": "text",
          "logo_thumbnail": "text",
          "name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text",
          "badges": [
            {
              "kind": "text"
            }
          ]
        },
        "owner": {
          "class": "text",
          "id": "text",
          "avatar": "text",
          "avatar_thumbnail": "text",
          "first_name": "text",
          "last_name": "text",
          "page": "text",
          "slug": "text",
          "uri": "text"
        },
        "schema": {
          "name": "text",
          "url": "text",
          "version": "text"
        },
        "spatial": {
          "granularity": "other",
          "zones": [
            "text"
          ],
          "geom": {
            "type": "Point",
            "coordinates": [
              {}
            ]
          }
        },
        "temporal_coverage": {
          "end": "2025-02-22T14:07:45.917Z",
          "start": "2025-02-22T14:07:45.917Z"
        },
        "community_resources": [
          {
            "created_at": "2025-02-22T14:07:45.917Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "format": "text",
            "id": "text",
            "last_modified": "2025-02-22T14:07:45.917Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "title": "text",
            "url": "text",
            "filetype": "file",
            "type": "main",
            "checksum": {
              "value": "text",
              "type": "sha1"
            },
            "harvest": {
              "created_at": "2025-02-22T14:07:45.917Z",
              "modified_at": "2025-02-22T14:07:45.917Z",
              "uri": "text"
            },
            "internal": {
              "created_at_internal": "2025-02-22T14:07:45.917Z",
              "last_modified_internal": "2025-02-22T14:07:45.917Z"
            },
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            },
            "dataset": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "page": "text",
              "title": "text",
              "uri": "text"
            },
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ]
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            }
          }
        ],
        "contact_points": [
          {
            "contact_form": "text",
            "email": "text",
            "id": "text",
            "name": "text",
            "role": "text",
            "organization": {
              "class": "text",
              "id": "text",
              "acronym": "text",
              "logo": "text",
              "logo_thumbnail": "text",
              "name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text",
              "badges": [
                {
                  "kind": "text"
                }
              ]
            },
            "owner": {
              "class": "text",
              "id": "text",
              "avatar": "text",
              "avatar_thumbnail": "text",
              "first_name": "text",
              "last_name": "text",
              "page": "text",
              "slug": "text",
              "uri": "text"
            }
          }
        ],
        "resources": [
          {
            "created_at": "2025-02-22T14:07:45.917Z",
            "description": "text",
            "extras": {},
            "filesize": 1,
            "format": "text",
            "id": "text",
            "last_modified": "2025-02-22T14:07:45.917Z",
            "latest": "text",
            "metrics": {},
            "mime": "text",
            "preview_url": "text",
            "title": "text",
            "url": "text",
            "filetype": "file",
            "type": "main",
            "checksum": {
              "value": "text",
              "type": "sha1"
            },
            "harvest": {
              "created_at": "2025-02-22T14:07:45.917Z",
              "modified_at": "2025-02-22T14:07:45.917Z",
              "uri": "text"
            },
            "internal": {
              "created_at_internal": "2025-02-22T14:07:45.917Z",
              "last_modified_internal": "2025-02-22T14:07:45.917Z"
            },
            "schema": {
              "name": "text",
              "url": "text",
              "version": "text"
            }
          }
        ]
      }
    ],
    "tags": [
      "text"
    ],
    "organization": {
      "class": "text",
      "id": "text",
      "acronym": "text",
      "logo": "text",
      "logo_thumbnail": "text",
      "name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text",
      "badges": [
        {
          "kind": "text"
        }
      ]
    },
    "owner": {
      "class": "text",
      "id": "text",
      "avatar": "text",
      "avatar_thumbnail": "text",
      "first_name": "text",
      "last_name": "text",
      "page": "text",
      "slug": "text",
      "uri": "text"
    },
    "badges": [
      {
        "kind": "text"
      }
    ]
  }
]

Dernière mise à jour

Cet article vous a-t-il été utile ?


Revision created

Update faq-cadastre.md