# PullData


[API catalog](/reference/api/) · [Publisher analytics overview](/reference/api/dvp/latest/) · [Product manual](https://docs.docker.com/docker-hub/repos/manage/trusted-content/insights-analytics/) · [OpenAPI specification](/reference/api/dvp/latest.yaml)

API version: 1.0.0



Schema constraints and annotations:

```json
{
  "examples": [
    {
      "pulls": [
        {
          "end": "2022-08-07T00:00:00Z",
          "ipCount": 10,
          "pullCount": 11,
          "repo": "neo4j-admin",
          "start": "2022-08-01T00:00:00Z"
        },
        {
          "end": "2022-08-14T00:00:00Z",
          "ipCount": 10,
          "pullCount": 11,
          "repo": "neo4j-admin",
          "start": "2022-08-08T00:00:00Z"
        }
      ]
    },
    {
      "pulls": null
    }
  ],
  "properties": {
    "pulls": {
      "description": "Pull statistics for the selected interval. Null when no records are returned.",
      "items": {
        "$ref": "#/components/schemas/PullModel"
      },
      "type": [
        "array",
        "null"
      ]
    }
  },
  "type": "object"
}
```



