API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/270/
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/7/",
        "https://djangopackages.org/api/v4/grids/67/",
        "https://djangopackages.org/api/v4/grids/114/"
    ],
    "id": 270,
    "title": "django-socialregistration",
    "slug": "django-socialregistration",
    "last_updated": "2013-02-01T07:32:09-05:00",
    "last_fetched": "2026-02-15T21:06:43.481703-05:00",
    "repo_url": "https://github.com/flashingpumpkin/django-socialregistration",
    "pypi_version": "0.5.10",
    "created": "2010-09-13T02:41:01.211040-04:00",
    "modified": "2026-01-28T15:12:38.117644-05:00",
    "repo_forks": 146,
    "repo_description": "Combining OpenID, OAuth and FacebookConnect signup in one application",
    "pypi_url": "http://pypi.python.org/pypi/django-socialregistration",
    "documentation_url": "https://readthedocs.org/projects/django-socialregistration/",
    "repo_watchers": 611,
    "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": [
        "flashingpumpkin",
        "pinda",
        "jespern",
        "lizrice",
        "theju",
        "aljosa",
        "jaylett",
        "katomaso",
        "adamfast",
        "danj",
        "zalmoxis",
        "devioustree",
        "AdrianRibao",
        "amosson",
        "muhuk",
        "bradbeattie",
        "claymation",
        "dbrgn",
        "zerok",
        "statico",
        "jablko",
        "kylef",
        "reillywatson",
        "selwin",
        "thoblr",
        "bildja",
        "jeanphix"
    ]
}