📊 Open Data — Minab School

Verified names, photos, and stories — free for researchers, journalists, and advocates

Children Identified
With Photos
Staff / Teachers

🔗 JSON API

Fetch all children's data programmatically. Returns names (English + Farsi), age, gender, photo URLs, and profile page links.

GET https://peopleforpeace.live/children.json

No authentication required. CORS enabled. Updated periodically.

📋 Response Schema

FieldTypeDescription
idstringUnique slug (e.g. "zeynab-bahrami")
namestringFull name in English
nameFastringFull name in Farsi (Persian)
agenumber|nullAge at time of death (if known)
gender"boy"|"girl"Gender
hasPhotobooleanWhether a photo is available
photoUrlstring|nullDirect URL to the child's photo
profileUrlstringURL to the child's memorial page

📄 CSV Download

Download a spreadsheet-ready CSV file with all identified children's information.

💻 Usage Examples

JavaScript:

const res = await fetch('https://peopleforpeace.live/children.json');
const data = await res.json();
data.children.forEach(c => console.log(c.name, c.nameFa));

Python:

import requests
data = requests.get('https://peopleforpeace.live/children.json').json()
for child in data['children']:
    print(child['name'], child['nameFa'])

⚖️ License & Attribution

This data is provided free under a Creative Commons CC-BY 4.0 license for educational, awareness, and humanitarian purposes.

When using this data, please credit: People for Peace — peopleforpeace.live

Sources: Minab Governor's Office, Middle East Eye, Iran Gymnastics Federation, Human Rights Watch