API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/75/?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/23/?format=api"
    ],
    "id": 75,
    "title": "Django-Articles",
    "slug": "django-articles",
    "last_updated": "2012-07-06T05:05:23-04:00",
    "last_fetched": "2026-02-15T21:07:48.770321-05:00",
    "repo_url": "https://bitbucket.org/codekoala/django-articles/",
    "pypi_version": "2.4.1",
    "created": "2010-08-18T13:39:49.007141-04:00",
    "modified": "2026-01-28T15:14:33.749426-05:00",
    "repo_forks": 42,
    "repo_description": "ATTENTION: I have disowned this project. See http://www.codekoala.com/blog/2013/django-projects/\r\n\r\nThe blogging engine I use on codekoala.com",
    "pypi_url": "http://pypi.python.org/pypi/django-articles",
    "documentation_url": null,
    "repo_watchers": 119,
    "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"
    ]
}