API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/618/?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/7/?format=api"
    ],
    "id": 618,
    "title": "django-twitter-users",
    "slug": "django-twitter-users",
    "last_updated": "2011-05-01T16:32:31-04:00",
    "last_fetched": "2026-02-15T13:02:41.392597-05:00",
    "repo_url": "https://github.com/mdiep/django-twitter-users",
    "pypi_version": null,
    "created": "2011-02-03T20:28:05.457719-05:00",
    "modified": "2026-01-28T13:17:44.959015-05:00",
    "repo_forks": 7,
    "repo_description": "\"Sign in with Twitter\" for Django applications",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 52,
    "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": [
        "mdiep",
        "toolness",
        "thsutton"
    ]
}