API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/519/?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/74/?format=api"
    ],
    "id": 519,
    "title": "django-reploc",
    "slug": "django-reploc",
    "last_updated": "2012-07-06T05:12:28-04:00",
    "last_fetched": "2026-02-16T00:05:03.988242-05:00",
    "repo_url": "https://bitbucket.org/codekoala/django-reploc",
    "pypi_version": "0.1.1-pre1",
    "created": "2010-12-01T13:50:55.109593-05:00",
    "modified": "2026-01-28T15:44:28.439498-05:00",
    "repo_forks": 0,
    "repo_description": "ATTENTION: I have disowned this project. See http://www.codekoala.com/blog/2013/django-projects/\r\n\r\nA simple way for people to find representative locations on your Django-powered Web site.",
    "pypi_url": "http://pypi.python.org/pypi/django-reploc",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "codekoala"
    ]
}