API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/947/?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/67/?format=api"
    ],
    "id": 947,
    "title": "django-facebook-graph",
    "slug": "django-facebook-graph",
    "last_updated": "2014-11-03T05:37:03-05:00",
    "last_fetched": "2026-02-15T11:02:05.592247-05:00",
    "repo_url": "https://github.com/feinheit/django-facebook-graph",
    "pypi_version": null,
    "created": "2011-10-04T14:29:35.223346-04:00",
    "modified": "2026-01-28T13:04:38.838843-05:00",
    "repo_forks": 15,
    "repo_description": "Toolset of modules to use with facebook graph",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-facebook-graph/",
    "repo_watchers": 59,
    "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": [
        "sbaechler",
        "matthiask",
        "fabiangermann"
    ]
}