Verified names, photos, and stories — free for researchers, journalists, and advocates
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.
| Field | Type | Description |
|---|---|---|
| id | string | Unique slug (e.g. "zeynab-bahrami") |
| name | string | Full name in English |
| nameFa | string | Full name in Farsi (Persian) |
| age | number|null | Age at time of death (if known) |
| gender | "boy"|"girl" | Gender |
| hasPhoto | boolean | Whether a photo is available |
| photoUrl | string|null | Direct URL to the child's photo |
| profileUrl | string | URL to the child's memorial page |
Download a spreadsheet-ready CSV file with all identified children's information.
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'])
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