API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/139/"
    ],
    "id": 3264,
    "title": "django-rest-messaging",
    "slug": "django-rest-messaging",
    "last_updated": "2018-10-19T09:29:18-04:00",
    "last_fetched": "2026-02-16T03:06:25.348218-05:00",
    "repo_url": "https://github.com/raphaelgyory/django-rest-messaging",
    "pypi_version": "1.0.3",
    "created": "2016-04-06T10:27:18.075602-04:00",
    "modified": "2026-01-28T16:17:31.098051-05:00",
    "repo_forks": 6,
    "repo_description": "A messaging module for Django Rest Framework",
    "pypi_url": "http://pypi.python.org/pypi/django-rest-messaging",
    "documentation_url": "",
    "repo_watchers": 42,
    "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": [
        "raphaelgyory",
        "FZambia"
    ]
}