API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1268/
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/126/",
        "https://djangopackages.org/api/v4/grids/125/"
    ],
    "id": 1268,
    "title": "Django OAuth provider",
    "slug": "django-oauth-plus",
    "last_updated": "2017-01-11T20:23:08-05:00",
    "last_fetched": "2026-02-15T21:04:33.048078-05:00",
    "repo_url": "https://bitbucket.org/david/django-oauth-plus",
    "pypi_version": "2.2.9",
    "created": "2012-04-17T08:47:03.694736-04:00",
    "modified": "2026-01-28T15:09:14.804882-05:00",
    "repo_forks": 43,
    "repo_description": "Support of OAuth in Django, using python-oauth2 and from the awesome work of Thomas Johansson in django-piston: http://bitbucket.org/prencher/django-piston\r\nI didn't call it django-oauth2 because OAuth 2.0 is coming and it can be confusing, this app will be compatible with OAuth 1.0a and Django 1.2 but will not be fully backward compatible with django-oauth.",
    "pypi_url": "http://pypi.python.org/pypi/django-oauth-plus",
    "documentation_url": "https://bitbucket.org/david/django-oauth-plus/wiki/Home",
    "repo_watchers": 83,
    "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": [
        "david"
    ]
}