The FLOing platform uses the standard WordPress REST API to make all of its content machine readable, and uses the Advanced Custom Fields plugin’s API to make additional FLOing knowledgebase data accessible.
You can access this data by appending the following paths to the appropriate system URL.
- For ReCola.org, append the root url is “recola.org/wp-json/”. (Example: http://recola.org/wp-json/wp/v2/entity?slug=survey-chat)
- For Municipalist.org, append the root url is “municipalist.org/wp-json/”. (Example: http://municipalist.org/wp-json/wp/v2/entity?slug=survey-chat)
FLOING KNOWLEDGE REST API
Resource | Base Route |
---|---|
Entity | /wp/v2/entity |
Entity Record | /wp/v2/entity?slug="permalink" |
Facets | /wp/v2/facets |
Facet Record | /wp/v2/facets?slug="permalink" |
Entity Type | /wp/v2/entitytype |
Scope | /wp/v2/scope |
Status | /wp/v2/status |
Level | /wp/v2/level |
Internal Status | /wp/v2/internalstatus |
Entity Rating | /wp/v2/entityrating |
Facet Type | /wp/v2/facettype |
Internal Status | /wp/v2/facetsinternalstatus |
Facet Rating | /wp/v2/facetrating |
WORDPRESS STANDARD REST API
Resource | Base Route |
---|---|
Posts | /wp/v2/posts |
Post Revisions | /wp/v2/revisions |
Categories | /wp/v2/categories |
Tags | /wp/v2/tags |
Pages | /wp/v2/pages |
Comments | /wp/v2/comments |
Taxonomies | /wp/v2/taxonomies |
Media | /wp/v2/media |
Users | /wp/v2/users |
Post Types | /wp/v2/types |
Post Statuses | /wp/v2/statuses |
Settings | /wp/v2/settings |