GET pages
modjourn.org:modernist-journals-project-api
Summary: Get pages (essays and static content)
Operation ID: getPages
Auth: none
Operation ID: getPages
Auth: none
Description
Retrieve pages including scholarly essays about journals, introductions to volumes, and other static content.
Parameters (4)
orderby
(string, query, optional, default: date)
Sort collection by property
Constraints: {'enum': ['date', 'relevance', 'id', 'slug', 'title', 'menu_order']}
page
(integer, query, optional, default: 1)
Current page of the collection
per_page
(integer, query, optional, default: 10)
Maximum number of items to return (1-100)
Constraints: {'maximum': 100}
search
(string, query, optional)
Search term to filter pages
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List pages with default settings | curl |
https://modjourn.org/wp-json/wp/v2/pages |
|
| Search pages for modernism with pagination | curl |
https://modjourn.org/wp-json/wp/v2/pages?search=modernism&page=1&per_page=20 |
|
| Get pages ordered by date with larger page size | curl |
https://modjourn.org/wp-json/wp/v2/pages?orderby=date&per_page=50&page=1 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:39:17.011716 | 200 | 1231ms | |
| 2026-03-23 09:21:17.734616 | 200 | 1481ms | 0.9MB |
| 2026-03-23 09:08:46.496274 | 200 | 1779ms | 0.9MB |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:21:17.734616 | 5a94bcf98c66 |
2474ecdb3a02 |
| 2026-03-23 10:39:17.011716 | 2474ecdb3a02 |
a61313cebf4d |