API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1578/?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/33/?format=api",
        "https://djangopackages.org/api/v4/grids/121/?format=api"
    ],
    "id": 1578,
    "title": "django-social-friends-finder",
    "slug": "django-social-friends-finder",
    "last_updated": "2014-02-21T11:03:07-05:00",
    "last_fetched": "2026-02-16T04:00:46.698345-05:00",
    "repo_url": "https://github.com/laplacesdemon/django-social-friends-finder",
    "pypi_version": "0.2",
    "created": "2012-12-05T14:29:26.444488-05:00",
    "modified": "2026-01-28T16:18:12.347530-05:00",
    "repo_forks": 17,
    "repo_description": "An extension app for django-social-auth or django-allauth that fetches your friends from different social-networks.",
    "pypi_url": "http://pypi.python.org/pypi/django-social-friends-finder",
    "documentation_url": null,
    "repo_watchers": 57,
    "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": [
        "laplacesdemon",
        "mike-grayhat",
        "vden",
        "lizrice",
        "bitdeli-chef"
    ]
}