API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1179/
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/157/"
    ],
    "id": 1179,
    "title": "django-inline-media",
    "slug": "django-inline-media",
    "last_updated": "2017-02-23T13:51:14-05:00",
    "last_fetched": "2026-02-15T22:04:32.467035-05:00",
    "repo_url": "https://github.com/danirus/django-inline-media",
    "pypi_version": "1.4.2",
    "created": "2012-02-22T17:08:55.869510-05:00",
    "modified": "2026-01-28T15:21:58.932251-05:00",
    "repo_forks": 5,
    "repo_description": "Simple Django app that allows insertion of inline media objects in text fields.",
    "pypi_url": "http://pypi.python.org/pypi/django-inline-media",
    "documentation_url": "https://pythonhosted.org/django-inline-media/",
    "repo_watchers": 24,
    "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": [
        "danirus"
    ]
}