API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2059/
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/"
    ],
    "id": 2059,
    "title": "social-login-django",
    "slug": "social-login-django",
    "last_updated": "2013-10-11T21:43:15-04:00",
    "last_fetched": "2019-08-20T03:31:28.662783-04:00",
    "repo_url": "https://github.com/LoginRadius/social-login-django",
    "pypi_version": null,
    "created": "2013-10-11T21:40:14.196822-04:00",
    "modified": "2025-01-31T14:59:50.961684-05:00",
    "repo_forks": 2,
    "repo_description": "Django social auth app eliminate traditional registration form and let your users sign-up in few seconds with their existing social IDs such as Facebook, Twitter, Google, Amazon, Yahoo, Vkontakte and over 25 more. However, you can keep both traditional login system as well as social login.",
    "pypi_url": "",
    "documentation_url": "https://github.com/LoginRadius/social-login-django/blob/master/README.md",
    "repo_watchers": 8,
    "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": [
        "guptadeepak"
    ]
}