API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/210/?format=api",
        "https://djangopackages.org/api/v4/grids/58/?format=api"
    ],
    "id": 3804,
    "title": "django-video-encoding",
    "slug": "django-video-encoding",
    "last_updated": "2021-10-29T02:34:03-04:00",
    "last_fetched": "2026-02-15T21:05:05.775082-05:00",
    "repo_url": "https://github.com/escaped/django-video-encoding",
    "pypi_version": "1.0.0",
    "created": "2017-04-24T07:51:30.777993-04:00",
    "modified": "2026-01-28T15:10:07.674460-05:00",
    "repo_forks": 46,
    "repo_description": "django-video-encoding helps to convert your videos into different formats and resolutions.",
    "pypi_url": "http://pypi.python.org/pypi/django-video-encoding",
    "documentation_url": "https://github.com/escaped/django-video-encoding/blob/master/README.md",
    "repo_watchers": 120,
    "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": [
        "escaped",
        "lifenautjoe",
        "goranpavlovic",
        "dahagag",
        "Querschlag"
    ]
}