Skip to content

Accessing Cobweb records via Django's REST API

Andrew Benedict Wallace edited this page Nov 7, 2018 · 3 revisions
  • How Cobweb site admins can configure this service (if necessary)

Using the Cobweb REST API

  • A rough api is available at: https://cobwebarchive.org/api/
  • Click the link to explore it via Django REST Framework's "browsable api".
  • Currently read-only, no guarantee of completeness.

Developing the Cobweb API

https://github.com/CobwebOrg/cobweb-django/tree/master/api https://www.django-rest-framework.org/

Clone this wiki locally