API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1459/?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/117/?format=api"
    ],
    "id": 1459,
    "title": "Django simple OpenGraph",
    "slug": "django-simple-open-graph",
    "last_updated": "2013-10-08T10:34:42-04:00",
    "last_fetched": "2026-02-15T07:04:43.846183-05:00",
    "repo_url": "https://github.com/saippuakauppias/django-simple-open-graph",
    "pypi_version": "0.3",
    "created": "2012-09-13T03:15:47.363556-04:00",
    "modified": "2026-01-29T12:45:58.696258-05:00",
    "repo_forks": 7,
    "repo_description": "Django package for simplicity embed open graph (og:) layout in templates for different objects",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-open-graph",
    "documentation_url": null,
    "repo_watchers": 21,
    "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": [
        "saippuakauppias",
        "gthomas",
        "bitdeli-chef"
    ]
}