People¶
People are canonical records for individuals identified across project articles. Use people endpoints to browse and search the person catalog, retrieve person detail, and explore mention evidence and Stylebook connections.
Each person record includes a display label, optional title and affiliation, person type, and project-scoped counts (mentions, stories).
Endpoints¶
| Method | Path | Use when | Doc |
|---|---|---|---|
GET |
…/people/{person_id} |
Show one person's canonical fields | Get person |
GET |
…/people |
Find people by name, title, affiliation, or filters | List and search |
GET |
…/people/search |
Find people by name, title, affiliation, or filters | List and search |
GET |
…/people/{person_id}/articles |
Load paginated stories mentioning a person | List articles |
GET |
…/people/{person_id}/mentions |
Load paginated mention evidence per article | List mentions |
GET |
…/people/{person_id}/mentions/timeline |
Chart mention counts by publication date | Get timeline |
GET |
…/people/{person_id}/connections |
Load Stylebook relationships involving a person | List connections |
Related¶
- Entities overview — shared entity-first pattern
- Organizations — similar entity routes
- Entity Meta → People —
person_typecatalog - People types — discover
person_typevalues in your project