API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5080/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/"
    ],
    "id": 5080,
    "title": "django-factory-boy-generator",
    "slug": "django-factory-boy-generator",
    "last_updated": "2021-10-01T22:44:36-04:00",
    "last_fetched": "2026-02-15T22:05:18.944142-05:00",
    "repo_url": "https://github.com/V-ampire/django-factory-boy-generator",
    "pypi_version": "1.0.4",
    "created": "2021-06-08T02:23:29.369880-04:00",
    "modified": "2026-01-28T15:23:26.605062-05:00",
    "repo_forks": 0,
    "repo_description": "App to generate data for django apps using factories.",
    "pypi_url": "http://pypi.python.org/pypi/django-factory-boy-generator",
    "documentation_url": "",
    "repo_watchers": 3,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "V-ampire"
    ]
}