generated: '2026-07-31' method: derived source: openapi/ request-body properties + query parameters (derived from https://www.brightseedbio.com/wp-json/wp/v2) entities: - name: post collection: /wp/v2/posts id: integer spec: openapi/brightseed-posts-api-openapi.yml count_observed: 188 verified: '2026-07-31' - name: page collection: /wp/v2/pages id: integer spec: openapi/brightseed-pages-api-openapi.yml - name: media collection: /wp/v2/media id: integer spec: openapi/brightseed-media-api-openapi.yml - name: category collection: /wp/v2/categories id: integer spec: openapi/brightseed-categories-api-openapi.yml - name: tag collection: /wp/v2/tags id: integer spec: openapi/brightseed-tags-api-openapi.yml - name: user collection: /wp/v2/users id: integer spec: openapi/brightseed-users-api-openapi.yml - name: comment collection: /wp/v2/comments id: integer spec: openapi/brightseed-comments-api-openapi.yml - name: taxonomy collection: /wp/v2/taxonomies id: slug spec: openapi/brightseed-taxonomies-api-openapi.yml - name: type collection: /wp/v2/types id: slug spec: openapi/brightseed-types-api-openapi.yml - name: status collection: /wp/v2/statuses id: slug spec: openapi/brightseed-statuses-api-openapi.yml - name: search_result collection: /wp/v2/search id: integer spec: openapi/brightseed-search-api-openapi.yml relationships: - from: post to: user kind: belongs_to via: author - from: post to: category kind: has_many via: categories - from: post to: tag kind: has_many via: tags - from: post to: media kind: has_one via: featured_media - from: post to: comment kind: has_many via: comment.post - from: page to: user kind: belongs_to via: author - from: page to: page kind: belongs_to via: parent - from: page to: media kind: has_one via: featured_media - from: media to: user kind: belongs_to via: author - from: media to: post kind: belongs_to via: post - from: comment to: post kind: belongs_to via: post - from: comment to: user kind: belongs_to via: author - from: comment to: comment kind: belongs_to via: parent - from: category to: category kind: belongs_to via: parent - from: category to: taxonomy kind: belongs_to via: taxonomy=category - from: tag to: taxonomy kind: belongs_to via: taxonomy=post_tag - from: type to: taxonomy kind: has_many via: taxonomies notes: Entity graph derived from the request-body properties and filter parameters the server publishes; no entities, fields or relationships were invented. Forager and Hummingbird — Brightseed's actual data assets (21M bioactive compounds, biological receptors) — are not exposed through any public API and are therefore absent here.