API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4942/?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/102/?format=api"
    ],
    "id": 4942,
    "title": "Django Flag App",
    "slug": "django-flag-app",
    "last_updated": "2026-01-17T05:44:16-05:00",
    "last_fetched": "2026-02-15T22:04:46.165890-05:00",
    "repo_url": "https://github.com/abhiabhi94/django-flag-app",
    "pypi_version": "2.0.0",
    "created": "2020-11-04T00:12:42.514096-05:00",
    "modified": "2026-01-28T15:22:18.407393-05:00",
    "repo_forks": 5,
    "repo_description": "A pluggable django application that adds the ability for users to flag(or report) your models.",
    "pypi_url": "http://pypi.python.org/pypi/django-flag-app",
    "documentation_url": "https://django-flag-app.readthedocs.io",
    "repo_watchers": 14,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        10,
        0,
        0,
        1,
        0,
        1,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "abhiabhi94",
        "pre-commit-ci[bot]",
        "TSolo315"
    ]
}