# Agora Website Content API

**Canonical:** https://apis.io/apis/agora-real-estate/agora-website-content-api/  
**Provider:** Agora Real Estate — https://apis.io/providers/agora-real-estate/  
**Base URL:** https://websiteapi.agorareal.com/wp-json  
**Documentation:** https://agorareal.com/

Agora Website Content API is one of 3 APIs that [Agora Real Estate](https://apis.io/providers/agora-real-estate/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Content Management and Real Estate. The published artifact set on APIs.io includes an OpenAPI specification.

The anonymous, read-mostly content API behind agorareal.com. The marketing site is a headless WordPress install at websiteapi.agorareal.com fronted by a Next.js application, and its WordPress REST API is served publicly — the self-describing route index at /wp-json returned HTTP 200 and 326,828 bytes on 2026-09-12, declaring 295 routes across ten namespaces. Alongside the stock wp/v2 namespace, Agora ships its own first-party agora/v1 namespace of 25 routes purpose-built for the site: posts and case studies by slug, author detail and author batches, category batches, the cookie and privacy policies, the site map, Yoast redirects, theme settings, careers positions, and the "Season of Innovation" AI release feed. Every route sampled answered anonymously with real data. No OpenAPI is published by Agora; the specification in this repo was derived from that live route index.

## Operations (60 of 64)

| Method | Path | Summary |
|---|---|---|
| GET | `/agora/v1/Carrers` | GET /agora/v1/Carrers |
| GET | `/agora/v1/all_categories` | GET /agora/v1/all_categories |
| GET | `/agora/v1/fetch-theme-setting` | GET /agora/v1/fetch-theme-setting |
| GET | `/agora/v1/flexible-content` | GET /agora/v1/flexible-content |
| GET | `/agora/v1/get-author-by-author-slug/{author_slug}` | GET /agora/v1/get-author-by-author-slug/{author_slug} |
| GET | `/agora/v1/get-author-detail-by-author-id/{author_id}` | GET /agora/v1/get-author-detail-by-author-id/{author_id} |
| GET | `/agora/v1/get-case-study-by-post-slug/{post_slug}` | GET /agora/v1/get-case-study-by-post-slug/{post_slug} |
| GET | `/agora/v1/get-categories` | GET /agora/v1/get-categories |
| GET | `/agora/v1/get-cookie-policy` | GET /agora/v1/get-cookie-policy |
| GET | `/agora/v1/get-more-articles-by-blog-slug/{blog_slug}` | GET /agora/v1/get-more-articles-by-blog-slug/{blog_slug} |
| GET | `/agora/v1/get-posts-by-post-slug/{post_slug}` | GET /agora/v1/get-posts-by-post-slug/{post_slug} |
| GET | `/agora/v1/get-privacy-policy` | GET /agora/v1/get-privacy-policy |
| GET | `/agora/v1/get_ai_new_releases_filters` | GET /agora/v1/get_ai_new_releases_filters |
| GET | `/agora/v1/get_ai_new_releases_posts` | GET /agora/v1/get_ai_new_releases_posts |
| GET | `/agora/v1/get_all_authors` | GET /agora/v1/get_all_authors |
| GET | `/agora/v1/get_authors_batch` | GET /agora/v1/get_authors_batch |
| GET | `/agora/v1/get_casestudy_batch` | GET /agora/v1/get_casestudy_batch |
| GET | `/agora/v1/get_category_batch_posts` | GET /agora/v1/get_category_batch_posts |
| DELETE | `/agora/v1/positiondelete` | DELETE /agora/v1/positiondelete |
| POST | `/agora/v1/positionpost` | POST /agora/v1/positionpost |
| PUT | `/agora/v1/positionput` | PUT /agora/v1/positionput |
| GET | `/agora/v1/posts-by-category-slug-or-id` | GET /agora/v1/posts-by-category-slug-or-id |
| GET | `/agora/v1/recent-post-acc-to-cat` | GET /agora/v1/recent-post-acc-to-cat |
| GET | `/agora/v1/sitemap` | GET /agora/v1/sitemap |
| GET | `/agora/v1/yoast_redirects` | GET /agora/v1/yoast_redirects |
| GET | `/oembed/1.0/embed` | GET /oembed/1.0/embed |
| GET | `/wp/v2/agora-authors` | GET /wp/v2/agora-authors |
| GET | `/wp/v2/agora-authors/{id}` | GET /wp/v2/agora-authors/{id} |
| GET | `/wp/v2/ai-new-release` | GET /wp/v2/ai-new-release |
| GET | `/wp/v2/ai-new-release/{id}` | GET /wp/v2/ai-new-release/{id} |
| GET | `/wp/v2/case-study` | GET /wp/v2/case-study |
| GET | `/wp/v2/case-study-tag` | GET /wp/v2/case-study-tag |
| GET | `/wp/v2/case-study-tag/{id}` | GET /wp/v2/case-study-tag/{id} |
| GET | `/wp/v2/case-study/{id}` | GET /wp/v2/case-study/{id} |
| GET | `/wp/v2/case_study_taxonomy` | GET /wp/v2/case_study_taxonomy |
| GET | `/wp/v2/case_study_taxonomy/{id}` | GET /wp/v2/case_study_taxonomy/{id} |
| GET | `/wp/v2/categories` | GET /wp/v2/categories |
| GET | `/wp/v2/categories/{id}` | GET /wp/v2/categories/{id} |
| GET | `/wp/v2/comments` | GET /wp/v2/comments |
| GET | `/wp/v2/comments/{id}` | GET /wp/v2/comments/{id} |
| GET | `/wp/v2/media` | GET /wp/v2/media |
| GET | `/wp/v2/media/{id}` | GET /wp/v2/media/{id} |
| GET | `/wp/v2/pages` | GET /wp/v2/pages |
| GET | `/wp/v2/pages/{id}` | GET /wp/v2/pages/{id} |
| GET | `/wp/v2/posts` | GET /wp/v2/posts |
| GET | `/wp/v2/posts/{id}` | GET /wp/v2/posts/{id} |
| GET | `/wp/v2/release_audience` | GET /wp/v2/release_audience |
| GET | `/wp/v2/release_audience/{id}` | GET /wp/v2/release_audience/{id} |
| GET | `/wp/v2/release_plan` | GET /wp/v2/release_plan |
| GET | `/wp/v2/release_plan/{id}` | GET /wp/v2/release_plan/{id} |
| GET | `/wp/v2/release_product` | GET /wp/v2/release_product |
| GET | `/wp/v2/release_product/{id}` | GET /wp/v2/release_product/{id} |
| GET | `/wp/v2/release_update_type` | GET /wp/v2/release_update_type |
| GET | `/wp/v2/release_update_type/{id}` | GET /wp/v2/release_update_type/{id} |
| GET | `/wp/v2/search` | GET /wp/v2/search |
| GET | `/wp/v2/statuses` | GET /wp/v2/statuses |
| GET | `/wp/v2/tags` | GET /wp/v2/tags |
| GET | `/wp/v2/tags/{id}` | GET /wp/v2/tags/{id} |
| GET | `/wp/v2/taxonomies` | GET /wp/v2/taxonomies |
| GET | `/wp/v2/taxonomies/{taxonomy}` | GET /wp/v2/taxonomies/{taxonomy} |

…and 4 more operations. They are listed in full on the page.

## Machine-readable artifacts (8)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/openapi/agora-real-estate-website-content-api-openapi.yml
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/overlays/agora-real-estate-website-content-api-overlay.yaml
- **Examples** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/examples/agora-real-estate-get-categories.json
- **Examples** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/examples/agora-real-estate-ai-new-releases-posts.json
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/errors/agora-real-estate-problem-types.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/data-model/agora-real-estate-data-model.yml
- **Conventions** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/conventions/agora-real-estate-conventions.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/agora-real-estate/refs/heads/main/apis.yml

## Other Agora Real Estate APIs (2)

- [Agora Client Platform API](https://apis.io/apis/agora-real-estate/agora-client-platform-api/)
- [Agora Authorization Server](https://apis.io/apis/agora-real-estate/agora-authorization-server/)

## Tags

Content Management, Real Estate

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/agora-real-estate/agora-website-content-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/agora-real-estate/.
