API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/619/?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/67/?format=api",
        "https://djangopackages.org/api/v4/grids/7/?format=api"
    ],
    "id": 619,
    "title": "django-la-facebook",
    "slug": "django-la-facebook",
    "last_updated": "2011-04-18T13:41:02-04:00",
    "last_fetched": "2026-02-15T02:05:24.097413-05:00",
    "repo_url": "https://github.com/cartwheelweb/django-la-facebook",
    "pypi_version": "0.1.1",
    "created": "2011-02-05T17:45:00.003143-05:00",
    "modified": "2026-01-28T16:24:11.100206-05:00",
    "repo_forks": 12,
    "repo_description": "Dedicated facebook authentication for Django that does it via the backend and not javascript. Has lots of tests and a trivial-to-setup test project with working code.",
    "pypi_url": "http://pypi.python.org/pypi/django-la-facebook",
    "documentation_url": "https://readthedocs.org/projects/django-la-facebook/",
    "repo_watchers": 46,
    "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": [
        "ptone",
        "pydanny",
        "jacobb",
        "dmpeters",
        "cshoe",
        "ambantis",
        "bmihelac"
    ]
}