# ReposPullData


[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": [
    {
      "repos": {
        "org2/neo4j": {
          "pulls": [
            {
              "end": "2022-08-07T00:00:00Z",
              "ipCount": 41490,
              "pullCount": 272407,
              "repo": "neo4j",
              "start": "2022-08-01T00:00:00Z"
            },
            {
              "end": "2022-08-14T00:00:00Z",
              "ipCount": 41490,
              "pullCount": 272407,
              "repo": "neo4j",
              "start": "2022-08-08T00:00:00Z"
            }
          ]
        },
        "org2/neo4j-admin": {
          "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"
            }
          ]
        }
      }
    }
  ],
  "properties": {
    "repos": {
      "additionalProperties": {
        "$ref": "#/components/schemas/PullData"
      },
      "type": "object"
    }
  },
  "type": "object"
}
```



