API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4100/?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/7/?format=api"
    ],
    "id": 4100,
    "title": "Django-REST-registration",
    "slug": "django-rest-registration",
    "last_updated": "2026-01-23T08:32:25-05:00",
    "last_fetched": "2026-02-15T18:01:40.058837-05:00",
    "repo_url": "https://github.com/apragacz/django-rest-registration",
    "pypi_version": "0.9.0",
    "created": "2018-03-27T07:09:05.305471-04:00",
    "modified": "2026-01-28T14:20:36.455652-05:00",
    "repo_forks": 87,
    "repo_description": "User-related REST API based on the awesome Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-registration",
    "documentation_url": "https://django-rest-registration.readthedocs.io/",
    "repo_watchers": 551,
    "commits_over_52": [
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        0,
        1,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        2,
        0,
        1,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "apragacz",
        "dependabot[bot]",
        "Korben11",
        "damienallen",
        "wwarne",
        "mentix02",
        "Dethada",
        "PetrDlouhy",
        "Jianxuan-Li",
        "GuglielmoFelici",
        "fabioam",
        "antoinececchi",
        "FelipeSanchezCalzada",
        "gcbirzan",
        "kiraware",
        "quertenmont",
        "itzmanish",
        "appleonkel",
        "coffeegoddd",
        "jonas87",
        "jpic",
        "mtmvu",
        "sdezza"
    ]
}