API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1639/
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/58/",
        "https://djangopackages.org/api/v4/grids/163/"
    ],
    "id": 1639,
    "title": "django-editlive",
    "slug": "django-editlive",
    "last_updated": "2013-05-10T23:32:40-04:00",
    "last_fetched": "2026-02-15T11:01:48.116811-05:00",
    "repo_url": "https://github.com/h3/django-editlive",
    "pypi_version": null,
    "created": "2013-01-17T13:55:36.113794-05:00",
    "modified": "2026-01-28T13:04:00.956086-05:00",
    "repo_forks": 2,
    "repo_description": "Live object editing for django with jQuery UI and Bootsrap",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-editlive/",
    "repo_watchers": 103,
    "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": [
        "h3"
    ]
}