API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 4924,
    "title": "pytest-django-factories",
    "slug": "pytest-django-factories",
    "last_updated": "2021-06-23T03:05:57-04:00",
    "last_fetched": "2026-02-15T20:07:01.521990-05:00",
    "repo_url": "https://github.com/jnns/pytest-django-factories",
    "pypi_version": "0.2.3",
    "created": "2020-10-08T10:39:58.136885-04:00",
    "modified": "2026-01-28T14:59:40.746551-05:00",
    "repo_forks": 2,
    "repo_description": "Simple factory functions for Django models using Pytest fixtures.",
    "pypi_url": "http://pypi.python.org/pypi/pytest-django-factories",
    "documentation_url": "https://github.com/jnns/pytest-django-factories/",
    "repo_watchers": 6,
    "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": [
        "jnns"
    ]
}