{% extends 'dashboard/base.html' %} {% load static %} {% block title %}Local Data Enrichment Playground{% endblock %} {% block breadcrumb %}Local Enrichment Playground{% endblock %} {% block content %}

Local Data Enrichment Playground

Test district, T/A, village, postal-area, and phone lookup endpoints.

Testing keys automatically include the playground header.
Leave blank for defaults. Example: district=Lilongwe.
Used for POST endpoints like phone validation or bulk search.

Response

Status:
Duration:

Response Headers

Response Body

No response yet.

HTTP Transcript

No response yet.

Quick Examples

  • GET /api/local/districts/?q=Blantyre
  • GET /api/local/traditional-authorities/?district=Lilongwe
  • GET /api/local/villages/?ta=Kalumbu
  • GET /api/local/postal-areas/?q=Area&type=township
  • POST /api/local/phone/validate/
  • POST /api/local/bulk/search/
{% endblock %}