English
English
Global / Pacific
He hoa mahi — Partner onboarding
Six-language onboarding guides, a public read-only motif API, 30 cultural motifs across 11 cultures, and teaching kits — free under CC BY-NC-SA 4.0. Everything you need to integrate Te Pā into your platform, publication, or educational programme.
The full onboarding guide is available in six languages. Markdown source is on GitHub; PDFs are on our CDN. Arabic reads right-to-left.
English
Global / Pacific
Māori (mi)
Aotearoa New Zealand
Portuguese (pt)
Brasil / América do Sul
Guaraní (gn)
Paraguay / Brasil / Argentina
Samoan (sm)
Oceania / Pasefika
Arabic (ar)
الشرق الأوسط وشمال أفريقيا
Everything is open and free. No keys, no contracts, no commercial gates. Commercial use requires a separate agreement — see the licence below.
Read-only. No authentication. Every response returns JSON with attribution built in.
https://te-pa-analytics.sketchschool.workers.devX-TePa-Use: <your-project-name>
| Endpoint | Description | Example |
|---|---|---|
GET /api/motifs |
All 30 motifs with meanings, CDN URLs, and meme links. | /api/motifs?culture=maori&lang=en |
GET /api/motifs/:id |
Single motif by ID — full asset listing. | /api/motifs/koru |
GET /api/cultures |
List all 11 cultures with motif counts. | /api/cultures |
GET /api/meme |
CDN URL for a language-specific meme PNG. | /api/meme?id=koru&lang=sm |
GET /api/kit |
Teaching kit PDF CDN URL for a given language. | /api/kit?lang=ar |
// Fetch all Māori motifs in English fetch('https://te-pa-analytics.sketchschool.workers.dev/api/motifs?culture=maori&lang=en', { headers: { 'X-TePa-Use': 'YourProjectName' } }) .then(r => r.json()) .then(data => { data.motifs.forEach(m => { console.log(m.name_en, m.assets.meme_png); }); });
All assets are served directly from our Cloudflare R2 CDN. Substitute the bracketed placeholders.
| Asset | Path |
|---|---|
| Motif PNG artwork | https://pub-bf8eea881c1e44d88eda5192c3b92291.r2.dev/motifs/{culture}/{id}.png |
| Motif SVG vector | https://pub-bf8eea881c1e44d88eda5192c3b92291.r2.dev/motifs/{culture}/{id}.svg |
| Activist meme (per language) | https://pub-bf8eea881c1e44d88eda5192c3b92291.r2.dev/motifs/memes/meme_{id}_{lang}.png |
| Teaching kit PDF | https://pub-bf8eea881c1e44d88eda5192c3b92291.r2.dev/teaching-kits/te-pa-teaching-kit-{lang}.pdf |
| Partner onboarding PDF | https://pub-bf8eea881c1e44d88eda5192c3b92291.r2.dev/partner-onboarding/te-pa-partner-onboarding-{lang}.pdf |
All Te Pā motifs, images, and teaching materials are published under CC BY-NC-SA 4.0. You are free to share and adapt for non-commercial use, provided you credit the project as follows:
Commercial use requires a separate agreement — please get in touch.
For maintainers and community contributors. All onboarding docs are auto-generated from a single template.
partner-onboarding/_template.json.meaning_{code} field to every motif in data/motif-bank-master.json.node scripts/generate-partner-docs.js — onboarding docs regenerate automatically.node scripts/add-language.js --lang={code} to generate memes and teaching kit assets.Te Pā Tūwatawata Charitable Trust · 2 Mount Street, Port Chalmers, Dunedin 9023, Aotearoa New Zealand.