API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/744/
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/"
    ],
    "id": 744,
    "title": "django-fieldmaker",
    "slug": "django-fieldmaker",
    "last_updated": "2012-06-27T18:38:19-04:00",
    "last_fetched": "2026-02-16T02:05:51.164588-05:00",
    "repo_url": "https://github.com/zbyte64/django-fieldmaker",
    "pypi_version": "0.0.4",
    "created": "2011-04-09T01:21:00.185614-04:00",
    "modified": "2026-01-28T16:06:57.169731-05:00",
    "repo_forks": 3,
    "repo_description": "This package enables you to design forms in the Django admin. These forms can be used in your code or to extend existing forms in the admin itself. Other libraries may register new fields or widgets for the designer to use.",
    "pypi_url": "http://pypi.python.org/pypi/django-fieldmaker",
    "documentation_url": "https://readthedocs.org/projects/django-fieldmaker/",
    "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": [
        "zbyte64"
    ]
}