API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/140/
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/36/"
    ],
    "id": 140,
    "title": "django-projector",
    "slug": "django-projector",
    "last_updated": "2011-01-25T04:50:38-05:00",
    "last_fetched": "2026-02-16T01:03:34.203609-05:00",
    "repo_url": "https://bitbucket.org/lukaszb/django-projector/",
    "pypi_version": "0.2.0",
    "created": "2010-08-23T14:25:45.162487-04:00",
    "modified": "2026-01-28T15:52:27.939241-05:00",
    "repo_forks": 7,
    "repo_description": "Project management application with task tracker and repository backend integration.",
    "pypi_url": "http://pypi.python.org/pypi/django-projector",
    "documentation_url": "https://pythonhosted.org/django-projector/",
    "repo_watchers": 88,
    "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": [
        "lukaszb"
    ]
}