167,235 records

167,235 records

Active filters Clear all

No active filters

Filters

Monitoring copy (anonymised)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
timestamp
               

No description available for this field.

Name (identifier)
timestamp
Type
datetime
Sample
2025-02-13T14:49:35+00:00
hostname
               

No description available for this field.

Name (identifier)
hostname
Type
text
Sample
userclub.opendatasoft.com
user_id
               

No description available for this field.

Name (identifier)
user_id
Type
text
Sample
anonymous
dataset_id
               

No description available for this field.

Name (identifier)
dataset_id
Type
text
Sample
sources-of-inspiration
domain_id
               

No description available for this field.

Name (identifier)
domain_id
Type
text
Sample
userclub
api_type
               

No description available for this field.

Name (identifier)
api_type
Type
text
Sample
ods_v1
api
               

No description available for this field.

Name (identifier)
api
Type
text
Sample
search_dataset_records
query_string
               

No description available for this field.

Name (identifier)
query_string
Type
text
Sample
rows=500&dataset=sources-of-inspiration&timezone=America%2FLos_Angeles&lang=en
custom_attributes
               

No description available for this field.

Name (identifier)
custom_attributes
Type
text
Sample
APP/page-sources-inspiration
format
               

No description available for this field.

Name (identifier)
format
Type
text
Sample
application/json
size_res
               

No description available for this field.

Name (identifier)
size_res
Type
integer
Sample
527121
nhits
               

No description available for this field.

Name (identifier)
nhits
Type
integer
Sample
301
exec_time
               

No description available for this field.

Name (identifier)
exec_time
Type
decimal
Sample
135
request_aborted
               

No description available for this field.

Name (identifier)
request_aborted
Type
text
Sample
False
facet
               

No description available for this field.

Name (identifier)
facet
Type
text
Sample
                       
in_error
               

No description available for this field.

Name (identifier)
in_error
Type
text
Sample
False
error
               

No description available for this field.

Name (identifier)
error
Type
text
Sample
                       
attachment_id
               

No description available for this field.

Name (identifier)
attachment_id
Type
text
Sample
                       
image_id
               

No description available for this field.

Name (identifier)
image_id
Type
text
Sample
                       
filename
               

No description available for this field.

Name (identifier)
filename
Type
text
Sample
                       
user_agent
               

No description available for this field.

Name (identifier)
user_agent
Type
text
Sample
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.264 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
referer
               

No description available for this field.

Name (identifier)
referer
Type
text
Sample
https://data.opendatasoft.com/
embed_type
               

No description available for this field.

Name (identifier)
embed_type
Type
text
Sample
                       
embed_referer
               

No description available for this field.

Name (identifier)
embed_referer
Type
text
Sample
                       
domain_uuid
               

No description available for this field.

Name (identifier)
domain_uuid
Type
text
Sample
                       
parent_domain
               

No description available for this field.

Name (identifier)
parent_domain
Type
text
Sample
                       
zone
               

No description available for this field.

Name (identifier)
zone
Type
text
Sample
                       
geo_coordinates
               

No description available for this field.

Name (identifier)
geo_coordinates
Type
geo point
Sample
[37.751,-97.822]
query_field
               

No description available for this field.

Name (identifier)
query_field
Type
text
Sample
                       
query_text
               

No description available for this field.

Name (identifier)
query_text
Type
text
Sample
                       
bot
               

No description available for this field.

Name (identifier)
bot
Type
text
Sample
True
mobile
               

No description available for this field.

Name (identifier)
mobile
Type
text
Sample
Mobile
action
               

No description available for this field.

Name (identifier)
action
Type
text
Sample
search
federated
               

No description available for this field.

Name (identifier)
federated
Type
text
Sample
False
attributes
               

No description available for this field.

Name (identifier)
attributes
Type
text
Sample
page-sources-inspiration

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"monitoring-copy",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/monitoring-copy"
      }
    ]
    ,
  • "definitions":
    {
    • "monitoring-copy":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/monitoring-copy_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "monitoring-copy_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "timestamp":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"timestamp",
                • "description":""
                }
                ,
              • "hostname":
                {
                • "type":"string",
                • "title":"hostname",
                • "description":""
                }
                ,
              • "user_id":
                {
                • "type":"string",
                • "title":"user_id",
                • "description":""
                }
                ,
              • "dataset_id":
                {
                • "type":"string",
                • "title":"dataset_id",
                • "description":""
                }
                ,
              • "domain_id":
                {
                • "type":"string",
                • "title":"domain_id",
                • "description":""
                }
                ,
              • "api_type":
                {
                • "type":"string",
                • "title":"api_type",
                • "description":""
                }
                ,
              • "api":
                {
                • "type":"string",
                • "title":"api",
                • "description":""
                }
                ,
              • "query_string":
                {
                • "type":"string",
                • "title":"query_string",
                • "description":""
                }
                ,
              • "custom_attributes":
                {
                • "type":"string",
                • "title":"custom_attributes",
                • "description":""
                }
                ,
              • "format":
                {
                • "type":"string",
                • "title":"format",
                • "description":""
                }
                ,
              • "size_res":
                {
                • "type":"integer",
                • "title":"size_res",
                • "description":""
                }
                ,
              • "nhits":
                {
                • "type":"integer",
                • "title":"nhits",
                • "description":""
                }
                ,
              • "exec_time":
                {
                • "type":"number",
                • "title":"exec_time",
                • "description":""
                }
                ,
              • "request_aborted":
                {
                • "type":"string",
                • "title":"request_aborted",
                • "description":""
                }
                ,
              • "facet":
                {
                • "type":"string",
                • "title":"facet",
                • "description":""
                }
                ,
              • "in_error":
                {
                • "type":"string",
                • "title":"in_error",
                • "description":""
                }
                ,
              • "error":
                {
                • "type":"string",
                • "title":"error",
                • "description":""
                }
                ,
              • "attachment_id":
                {
                • "type":"string",
                • "title":"attachment_id",
                • "description":""
                }
                ,
              • "image_id":
                {
                • "type":"string",
                • "title":"image_id",
                • "description":""
                }
                ,
              • "filename":
                {
                • "type":"string",
                • "title":"filename",
                • "description":""
                }
                ,
              • "user_agent":
                {
                • "type":"string",
                • "title":"user_agent",
                • "description":""
                }
                ,
              • "referer":
                {
                • "type":"string",
                • "title":"referer",
                • "description":""
                }
                ,
              • "embed_type":
                {
                • "type":"string",
                • "title":"embed_type",
                • "description":""
                }
                ,
              • "embed_referer":
                {
                • "type":"string",
                • "title":"embed_referer",
                • "description":""
                }
                ,
              • "domain_uuid":
                {
                • "type":"string",
                • "title":"domain_uuid",
                • "description":""
                }
                ,
              • "parent_domain":
                {
                • "type":"string",
                • "title":"parent_domain",
                • "description":""
                }
                ,
              • "zone":
                {
                • "type":"string",
                • "title":"zone",
                • "description":""
                }
                ,
              • "geo_coordinates":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_coordinates",
                • "description":""
                }
                ,
              • "query_field":
                {
                • "type":"string",
                • "title":"query_field",
                • "description":""
                }
                ,
              • "query_text":
                {
                • "type":"string",
                • "title":"query_text",
                • "description":""
                }
                ,
              • "bot":
                {
                • "type":"string",
                • "title":"bot",
                • "description":""
                }
                ,
              • "mobile":
                {
                • "type":"string",
                • "title":"mobile",
                • "description":""
                }
                ,
              • "action":
                {
                • "type":"string",
                • "title":"action",
                • "description":""
                }
                ,
              • "federated":
                {
                • "type":"string",
                • "title":"federated",
                • "description":""
                }
                ,
              • "attributes":
                {
                • "type":"string",
                • "title":"attributes",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets