API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/334/
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/8/",
        "https://djangopackages.org/api/v4/grids/169/"
    ],
    "id": 334,
    "title": "django-form-designer",
    "slug": "django-form-designer",
    "last_updated": "2014-08-14T18:11:20-04:00",
    "last_fetched": "2024-04-08T09:52:01.694771-04:00",
    "repo_url": "https://github.com/samluescher/django-form-designer",
    "pypi_version": null,
    "created": "2010-09-13T03:27:29.572604-04:00",
    "modified": "2025-01-31T14:58:31.289335-05:00",
    "repo_forks": 149,
    "repo_description": "A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 314,
    "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": [
        "samluescher",
        "llonchj",
        "driesdesmet",
        "charettes",
        "beneshed",
        "vdboor",
        "estuans",
        "jself",
        "jsma",
        "huxley",
        "dangerfield",
        "bloynd",
        "daveLonghouse",
        "DeeJayPee",
        "keysen",
        "nanuuki",
        "mrmachine",
        "aert"
    ]
}