API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2045/
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/8/",
        "https://djangopackages.org/api/v4/grids/169/"
    ],
    "id": 2045,
    "title": "django-dynamic-forms",
    "slug": "django-dynamic-forms",
    "last_updated": "2019-04-13T05:43:41-04:00",
    "last_fetched": "2026-02-15T21:04:09.756497-05:00",
    "repo_url": "https://github.com/MarkusH/django-dynamic-forms",
    "pypi_version": "0.5.3",
    "created": "2013-09-21T17:32:33.217803-04:00",
    "modified": "2026-01-28T15:08:34.768482-05:00",
    "repo_forks": 37,
    "repo_description": "django-dynamic-forms is a reusable Django application to create and configure forms through the admin.",
    "pypi_url": "http://pypi.python.org/pypi/django-dynamic-forms",
    "documentation_url": "http://django-dynamic-forms.readthedocs.org/en/latest/",
    "repo_watchers": 157,
    "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": [
        "MarkusH",
        "gladson",
        "carltongibson",
        "jedie"
    ]
}