API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/13/"
    ],
    "id": 2519,
    "title": "Conduit",
    "slug": "django-conduit",
    "last_updated": "2016-11-29T01:50:55-05:00",
    "last_fetched": "2026-02-15T02:00:54.963160-05:00",
    "repo_url": "https://github.com/akoumjian/django-conduit",
    "pypi_version": "0.1.1",
    "created": "2014-07-31T21:43:49.629193-04:00",
    "modified": "2026-01-28T16:16:04.739215-05:00",
    "repo_forks": 5,
    "repo_description": "Easy and Powerful REST APIs for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-conduit",
    "documentation_url": "http://django-conduit.readthedocs.org/",
    "repo_watchers": 49,
    "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": [
        "akoumjian",
        "blturner",
        "ranchodeluxe",
        "keppy"
    ]
}