How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

state.gov Content API

The Department of State runs www.state.gov on WordPress and exposes the WordPress REST API anonymously at https://www.state.gov/wp-json. Alongside the core WordPress resources the Department registers its own content types and taxonomies — state_press_release, state_briefing, state_report, state_biography, state_bureau, state_country, state_policy_issue, state_trip_travel and sixteen more — giving structured JSON access to press releases, press briefings, the flagship annual reports, principal biographies, bureau pages and country and policy landing content. 473 routes are advertised in the index; 65 read operations are public with no key, no registration and no quota. Write operations exist but require a Department editorial account. The Department publishes no OpenAPI; the description in this repo was derived mechanically from its own route index and OPTIONS schemas.

state.gov Content API is one of 12 APIs that Department of State publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Content, Press Releases, Reports, Foreign Affairs, and WordPress. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, authentication docs, API documentation, and 1 JSON Schema.

This API exposes 158 operations across 65 paths, organized into 34 resource areas, and defines 35 schemas. It is described by OpenAPI 3.1.0, at version wp/v2.

Requests are made against a single base URL, https://www.state.gov/wp-json.

158 operations 65 paths 35 schemas 31 DELETE65 GET31 PATCH31 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
wp/v2
Base URL
https://www.state.gov/wp-json
Authentication
HTTP Basic
Resource Areas
34

Authentication & Security 1

state.gov Content API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (applicationPassword).

  • applicationPassword — WordPress Application Passwords. Advertised by the Department at https://www.state.gov/wp-json/ under authentication.application-passwords, authorization endpo…

Paths & Operations 158

Across 65 paths, the API surfaces 158 operations — 31 DELETE, 65 GET, 31 PATCH, 31 POST. They span 34 resource areas, including categories, media, pages, posts, search, state_archive_tags, state_author_groups, state_biography, and 26 more. Each is listed below with its method, path, parameters, and response codes.

categories 5

WordPress category taxonomy.

GET
/wp/v2/categories
List categories
listCategory 12 params → 200400404
POST
/wp/v2/categories
Create a categories item
createCategory body → 201400401403
GET
/wp/v2/categories/{id}
Retrieve a categories item
getCategory 2 params → 200404
PATCH
/wp/v2/categories/{id}
Update a categories item
updateCategory 1 param body → 200401403404
DELETE
/wp/v2/categories/{id}
Delete a categories item
deleteCategory 2 params → 200401403404
media 5

Media library attachments (images, PDFs, video posters).

GET
/wp/v2/media
List media
listAttachment 23 params → 200400404
POST
/wp/v2/media
Create a media item
createAttachment body → 201400401403
GET
/wp/v2/media/{id}
Retrieve a media item
getAttachment 2 params → 200404
PATCH
/wp/v2/media/{id}
Update a media item
updateAttachment 1 param body → 200401403404
DELETE
/wp/v2/media/{id}
Delete a media item
deleteAttachment 2 params → 200401403404
pages 5

state.gov pages.

GET
/wp/v2/pages
List pages
listPage 41 params → 200400404
POST
/wp/v2/pages
Create a pages item
createPage body → 201400401403
GET
/wp/v2/pages/{id}
Retrieve a pages item
getPage 4 params → 200404
PATCH
/wp/v2/pages/{id}
Update a pages item
updatePage 1 param body → 200401403404
DELETE
/wp/v2/pages/{id}
Delete a pages item
deletePage 2 params → 200401403404
posts 5

WordPress posts.

GET
/wp/v2/posts
List posts
listPost 29 params → 200400404
POST
/wp/v2/posts
Create a posts item
createPost body → 201400401403
GET
/wp/v2/posts/{id}
Retrieve a posts item
getPost 4 params → 200404
PATCH
/wp/v2/posts/{id}
Update a posts item
updatePost 1 param body → 200401403404
DELETE
/wp/v2/posts/{id}
Delete a posts item
deletePost 2 params → 200401403404
search 1

Cross-content search across state.gov content types.

GET
/wp/v2/search
List search
listSearchResult 8 params → 200400404
state_archive_tags 5

Archive tag taxonomy.

GET
/wp/v2/state_archive_tags
List statearchivetags
listStateArchiveTags 12 params → 200400404
POST
/wp/v2/state_archive_tags
Create a statearchivetags item
createStateArchiveTags body → 201400401403
GET
/wp/v2/state_archive_tags/{id}
Retrieve a statearchivetags item
getStateArchiveTags 2 params → 200404
PATCH
/wp/v2/state_archive_tags/{id}
Update a statearchivetags item
updateStateArchiveTags 1 param body → 200401403404
DELETE
/wp/v2/state_archive_tags/{id}
Delete a statearchivetags item
deleteStateArchiveTags 2 params → 200401403404
state_author_groups 5

Author group taxonomy.

GET
/wp/v2/state_author_groups
List stateauthorgroups
listStateAuthorGroups 12 params → 200400404
POST
/wp/v2/state_author_groups
Create a stateauthorgroups item
createStateAuthorGroups body → 201400401403
GET
/wp/v2/state_author_groups/{id}
Retrieve a stateauthorgroups item
getStateAuthorGroups 2 params → 200404
PATCH
/wp/v2/state_author_groups/{id}
Update a stateauthorgroups item
updateStateAuthorGroups 1 param body → 200401403404
DELETE
/wp/v2/state_author_groups/{id}
Delete a stateauthorgroups item
deleteStateAuthorGroups 2 params → 200401403404
state_biography 5

Biographies of Department principals and officials.

GET
/wp/v2/state_biography
List statebiography
listStateBiography 36 params → 200400404
POST
/wp/v2/state_biography
Create a statebiography item
createStateBiography body → 201400401403
GET
/wp/v2/state_biography/{id}
Retrieve a statebiography item
getStateBiography 3 params → 200404
PATCH
/wp/v2/state_biography/{id}
Update a statebiography item
updateStateBiography 1 param body → 200401403404
DELETE
/wp/v2/state_biography/{id}
Delete a statebiography item
deleteStateBiography 2 params → 200401403404
state_biography_types 5

Biography type taxonomy.

GET
/wp/v2/state_biography_types
List statebiographytypes
listStateBiographyTypes 12 params → 200400404
POST
/wp/v2/state_biography_types
Create a statebiographytypes item
createStateBiographyTypes body → 201400401403
GET
/wp/v2/state_biography_types/{id}
Retrieve a statebiographytypes item
getStateBiographyTypes 2 params → 200404
PATCH
/wp/v2/state_biography_types/{id}
Update a statebiographytypes item
updateStateBiographyTypes 1 param body → 200401403404
DELETE
/wp/v2/state_biography_types/{id}
Delete a statebiographytypes item
deleteStateBiographyTypes 2 params → 200401403404
state_briefing 5

Press briefings, remarks and transcripts.

GET
/wp/v2/state_briefing
List statebriefing
listStateBriefing 36 params → 200400404
POST
/wp/v2/state_briefing
Create a statebriefing item
createStateBriefing body → 201400401403
GET
/wp/v2/state_briefing/{id}
Retrieve a statebriefing item
getStateBriefing 3 params → 200404
PATCH
/wp/v2/state_briefing/{id}
Update a statebriefing item
updateStateBriefing 1 param body → 200401403404
DELETE
/wp/v2/state_briefing/{id}
Delete a statebriefing item
deleteStateBriefing 2 params → 200401403404
state_briefing_type 5

Briefing type taxonomy.

GET
/wp/v2/state_briefing_type
List statebriefingtype
listStateBriefingType 12 params → 200400404
POST
/wp/v2/state_briefing_type
Create a statebriefingtype item
createStateBriefingType body → 201400401403
GET
/wp/v2/state_briefing_type/{id}
Retrieve a statebriefingtype item
getStateBriefingType 2 params → 200404
PATCH
/wp/v2/state_briefing_type/{id}
Update a statebriefingtype item
updateStateBriefingType 1 param body → 200401403404
DELETE
/wp/v2/state_briefing_type/{id}
Delete a statebriefingtype item
deleteStateBriefingType 2 params → 200401403404
state_bureau 5

Bureaus and offices of the Department of State.

GET
/wp/v2/state_bureau
List statebureau
listStateBureau 37 params → 200400404
POST
/wp/v2/state_bureau
Create a statebureau item
createStateBureau body → 201400401403
GET
/wp/v2/state_bureau/{id}
Retrieve a statebureau item
getStateBureau 3 params → 200404
PATCH
/wp/v2/state_bureau/{id}
Update a statebureau item
updateStateBureau 1 param body → 200401403404
DELETE
/wp/v2/state_bureau/{id}
Delete a statebureau item
deleteStateBureau 2 params → 200401403404
state_countries_and_areas 5

Countries and areas taxonomy.

GET
/wp/v2/state_countries_and_areas
List statecountriesandareas
listStateCountriesAndAreas 12 params → 200400404
POST
/wp/v2/state_countries_and_areas
Create a statecountriesandareas item
createStateCountriesAndAreas body → 201400401403
GET
/wp/v2/state_countries_and_areas/{id}
Retrieve a statecountriesandareas item
getStateCountriesAndAreas 2 params → 200404
PATCH
/wp/v2/state_countries_and_areas/{id}
Update a statecountriesandareas item
updateStateCountriesAndAreas 1 param body → 200401403404
DELETE
/wp/v2/state_countries_and_areas/{id}
Delete a statecountriesandareas item
deleteStateCountriesAndAreas 2 params → 200401403404
state_country 5

Country and area landing content.

GET
/wp/v2/state_country
List statecountry
listStateCountry 34 params → 200400404
POST
/wp/v2/state_country
Create a statecountry item
createStateCountry body → 201400401403
GET
/wp/v2/state_country/{id}
Retrieve a statecountry item
getStateCountry 4 params → 200404
PATCH
/wp/v2/state_country/{id}
Update a statecountry item
updateStateCountry 1 param body → 200401403404
DELETE
/wp/v2/state_country/{id}
Delete a statecountry item
deleteStateCountry 2 params → 200401403404
state_document_type 5

Document type taxonomy.

GET
/wp/v2/state_document_type
List statedocumenttype
listStateDocumentType 12 params → 200400404
POST
/wp/v2/state_document_type
Create a statedocumenttype item
createStateDocumentType body → 201400401403
GET
/wp/v2/state_document_type/{id}
Retrieve a statedocumenttype item
getStateDocumentType 2 params → 200404
PATCH
/wp/v2/state_document_type/{id}
Update a statedocumenttype item
updateStateDocumentType 1 param body → 200401403404
DELETE
/wp/v2/state_document_type/{id}
Delete a statedocumenttype item
deleteStateDocumentType 2 params → 200401403404
state_ext_content 5

Externally sourced content syndicated onto state.gov.

GET
/wp/v2/state_ext_content
List stateextcontent
listStateExtContent 36 params → 200400404
POST
/wp/v2/state_ext_content
Create a stateextcontent item
createStateExtContent body → 201400401403
GET
/wp/v2/state_ext_content/{id}
Retrieve a stateextcontent item
getStateExtContent 3 params → 200404
PATCH
/wp/v2/state_ext_content/{id}
Update a stateextcontent item
updateStateExtContent 1 param body → 200401403404
DELETE
/wp/v2/state_ext_content/{id}
Delete a stateextcontent item
deleteStateExtContent 2 params → 200401403404
state_live_draft_tags 5

Live draft tag taxonomy.

GET
/wp/v2/state_live_draft_tags
List statelivedrafttags
listStateLiveDraftTags 12 params → 200400404
POST
/wp/v2/state_live_draft_tags
Create a statelivedrafttags item
createStateLiveDraftTags body → 201400401403
GET
/wp/v2/state_live_draft_tags/{id}
Retrieve a statelivedrafttags item
getStateLiveDraftTags 2 params → 200404
PATCH
/wp/v2/state_live_draft_tags/{id}
Update a statelivedrafttags item
updateStateLiveDraftTags 1 param body → 200401403404
DELETE
/wp/v2/state_live_draft_tags/{id}
Delete a statelivedrafttags item
deleteStateLiveDraftTags 2 params → 200401403404
state_people 5

People records used across state.gov.

GET
/wp/v2/state_people
List statepeople
listStatePeople 34 params → 200400404
POST
/wp/v2/state_people
Create a statepeople item
createStatePeople body → 201400401403
GET
/wp/v2/state_people/{id}
Retrieve a statepeople item
getStatePeople 3 params → 200404
PATCH
/wp/v2/state_people/{id}
Update a statepeople item
updateStatePeople 1 param body → 200401403404
DELETE
/wp/v2/state_people/{id}
Delete a statepeople item
deleteStatePeople 2 params → 200401403404
state_policy_issue 5

Policy issue landing content.

GET
/wp/v2/state_policy_issue
List statepolicyissue
listStatePolicyIssue 40 params → 200400404
POST
/wp/v2/state_policy_issue
Create a statepolicyissue item
createStatePolicyIssue body → 201400401403
GET
/wp/v2/state_policy_issue/{id}
Retrieve a statepolicyissue item
getStatePolicyIssue 4 params → 200404
PATCH
/wp/v2/state_policy_issue/{id}
Update a statepolicyissue item
updateStatePolicyIssue 1 param body → 200401403404
DELETE
/wp/v2/state_policy_issue/{id}
Delete a statepolicyissue item
deleteStatePolicyIssue 2 params → 200401403404
state_policy_issues 5

Policy issues taxonomy.

GET
/wp/v2/state_policy_issues
List statepolicyissues
listStatePolicyIssues 12 params → 200400404
POST
/wp/v2/state_policy_issues
Create a statepolicyissues item
createStatePolicyIssues body → 201400401403
GET
/wp/v2/state_policy_issues/{id}
Retrieve a statepolicyissues item
getStatePolicyIssues 2 params → 200404
PATCH
/wp/v2/state_policy_issues/{id}
Update a statepolicyissues item
updateStatePolicyIssues 1 param body → 200401403404
DELETE
/wp/v2/state_policy_issues/{id}
Delete a statepolicyissues item
deleteStatePolicyIssues 2 params → 200401403404
state_press_release 5

Press releases issued by the Office of the Spokesperson and Department bureaus.

GET
/wp/v2/state_press_release
List statepressrelease
listStatePressRelease 38 params → 200400404
POST
/wp/v2/state_press_release
Create a statepressrelease item
createStatePressRelease body → 201400401403
GET
/wp/v2/state_press_release/{id}
Retrieve a statepressrelease item
getStatePressRelease 3 params → 200404
PATCH
/wp/v2/state_press_release/{id}
Update a statepressrelease item
updateStatePressRelease 1 param body → 200401403404
DELETE
/wp/v2/state_press_release/{id}
Delete a statepressrelease item
deleteStatePressRelease 2 params → 200401403404
state_report 5

Department reports (human rights, religious freedom, trafficking in persons, and others).

GET
/wp/v2/state_report
List statereport
listStateReport 41 params → 200400404
POST
/wp/v2/state_report
Create a statereport item
createStateReport body → 201400401403
GET
/wp/v2/state_report/{id}
Retrieve a statereport item
getStateReport 3 params → 200404
PATCH
/wp/v2/state_report/{id}
Update a statereport item
updateStateReport 1 param body → 200401403404
DELETE
/wp/v2/state_report/{id}
Delete a statereport item
deleteStateReport 2 params → 200401403404
state_report_types 5

Report type taxonomy.

GET
/wp/v2/state_report_types
List statereporttypes
listStateReportTypes 12 params → 200400404
POST
/wp/v2/state_report_types
Create a statereporttypes item
createStateReportTypes body → 201400401403
GET
/wp/v2/state_report_types/{id}
Retrieve a statereporttypes item
getStateReportTypes 2 params → 200404
PATCH
/wp/v2/state_report_types/{id}
Update a statereporttypes item
updateStateReportTypes 1 param body → 200401403404
DELETE
/wp/v2/state_report_types/{id}
Delete a statereporttypes item
deleteStateReportTypes 2 params → 200401403404
state_rss_feeds 5

Configured RSS feed definitions.

GET
/wp/v2/state_rss_feeds
List staterssfeeds
listStateRssFeeds 12 params → 200400404
POST
/wp/v2/state_rss_feeds
Create a staterssfeeds item
createStateRssFeeds body → 201400401403
GET
/wp/v2/state_rss_feeds/{id}
Retrieve a staterssfeeds item
getStateRssFeeds 2 params → 200404
PATCH
/wp/v2/state_rss_feeds/{id}
Update a staterssfeeds item
updateStateRssFeeds 1 param body → 200401403404
DELETE
/wp/v2/state_rss_feeds/{id}
Delete a staterssfeeds item
deleteStateRssFeeds 2 params → 200401403404
state_standard_land 5

Standard landing pages.

GET
/wp/v2/state_standard_land
List statestandardland
listStateStandardLand 40 params → 200400404
POST
/wp/v2/state_standard_land
Create a statestandardland item
createStateStandardLand body → 201400401403
GET
/wp/v2/state_standard_land/{id}
Retrieve a statestandardland item
getStateStandardLand 4 params → 200404
PATCH
/wp/v2/state_standard_land/{id}
Update a statestandardland item
updateStateStandardLand 1 param body → 200401403404
DELETE
/wp/v2/state_standard_land/{id}
Delete a statestandardland item
deleteStateStandardLand 2 params → 200401403404
state_state 5

State (U.S. state) content type.

GET
/wp/v2/state_state
List statestate
listStateState 29 params → 200400404
POST
/wp/v2/state_state
Create a statestate item
createStateState body → 201400401403
GET
/wp/v2/state_state/{id}
Retrieve a statestate item
getStateState 3 params → 200404
PATCH
/wp/v2/state_state/{id}
Update a statestate item
updateStateState 1 param body → 200401403404
DELETE
/wp/v2/state_state/{id}
Delete a statestate item
deleteStateState 2 params → 200401403404
state_states 5

U.S. states taxonomy.

GET
/wp/v2/state_states
List statestates
listStateStates 12 params → 200400404
POST
/wp/v2/state_states
Create a statestates item
createStateStates body → 201400401403
GET
/wp/v2/state_states/{id}
Retrieve a statestates item
getStateStates 2 params → 200404
PATCH
/wp/v2/state_states/{id}
Update a statestates item
updateStateStates 1 param body → 200401403404
DELETE
/wp/v2/state_states/{id}
Delete a statestates item
deleteStateStates 2 params → 200401403404
state_subjects 5

Subject taxonomy.

GET
/wp/v2/state_subjects
List statesubjects
listStateSubjects 12 params → 200400404
POST
/wp/v2/state_subjects
Create a statesubjects item
createStateSubjects body → 201400401403
GET
/wp/v2/state_subjects/{id}
Retrieve a statesubjects item
getStateSubjects 2 params → 200404
PATCH
/wp/v2/state_subjects/{id}
Update a statesubjects item
updateStateSubjects 1 param body → 200401403404
DELETE
/wp/v2/state_subjects/{id}
Delete a statesubjects item
deleteStateSubjects 2 params → 200401403404
state_term_coll 5

Term collection content.

GET
/wp/v2/state_term_coll
List statetermcoll
listStateTermColl 40 params → 200400404
POST
/wp/v2/state_term_coll
Create a statetermcoll item
createStateTermColl body → 201400401403
GET
/wp/v2/state_term_coll/{id}
Retrieve a statetermcoll item
getStateTermColl 4 params → 200404
PATCH
/wp/v2/state_term_coll/{id}
Update a statetermcoll item
updateStateTermColl 1 param body → 200401403404
DELETE
/wp/v2/state_term_coll/{id}
Delete a statetermcoll item
deleteStateTermColl 2 params → 200401403404
state_trip_travel 5

Official travel by the Secretary and other principals.

GET
/wp/v2/state_trip_travel
List statetriptravel
listStateTripTravel 34 params → 200400404
POST
/wp/v2/state_trip_travel
Create a statetriptravel item
createStateTripTravel body → 201400401403
GET
/wp/v2/state_trip_travel/{id}
Retrieve a statetriptravel item
getStateTripTravel 3 params → 200404
PATCH
/wp/v2/state_trip_travel/{id}
Update a statetriptravel item
updateStateTripTravel 1 param body → 200401403404
DELETE
/wp/v2/state_trip_travel/{id}
Delete a statetriptravel item
deleteStateTripTravel 2 params → 200401403404
state_years 5

Year taxonomy.

GET
/wp/v2/state_years
List stateyears
listStateYears 12 params → 200400404
POST
/wp/v2/state_years
Create a stateyears item
createStateYears body → 201400401403
GET
/wp/v2/state_years/{id}
Retrieve a stateyears item
getStateYears 2 params → 200404
PATCH
/wp/v2/state_years/{id}
Update a stateyears item
updateStateYears 1 param body → 200401403404
DELETE
/wp/v2/state_years/{id}
Delete a stateyears item
deleteStateYears 2 params → 200401403404
tags 5

WordPress post tag taxonomy.

GET
/wp/v2/tags
List tags
listTag 12 params → 200400404
POST
/wp/v2/tags
Create a tags item
createTag body → 201400401403
GET
/wp/v2/tags/{id}
Retrieve a tags item
getTag 2 params → 200404
PATCH
/wp/v2/tags/{id}
Update a tags item
updateTag 1 param body → 200401403404
DELETE
/wp/v2/tags/{id}
Delete a tags item
deleteTag 2 params → 200401403404
taxonomies 1

Registered taxonomies and their REST bases.

GET
/wp/v2/taxonomies
List taxonomies
listTaxonomy 2 params → 200400404
types 1

Registered content types and their REST bases.

GET
/wp/v2/types
List types
listType 1 param → 200400404

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are Page (35 properties), Attachment (33 properties), StateStandardLand (31 properties), StateReport (31 properties). Each schema is shown below with its type and property counts.

Category
object
10 properties
Attachment
object
33 properties
Page
object
35 properties
Post
object
29 properties
SearchResult
object
5 properties
StateArchiveTags
object
10 properties
StateAuthorGroups
object
10 properties
StateBiography
object
28 properties
StateBiographyTypes
object
10 properties
StateBriefing
object
28 properties
StateBriefingType
object
10 properties
StateBureau
object
29 properties
StateCountriesAndAreas
object
10 properties
StateCountry
object
27 properties
StateDocumentType
object
10 properties
StateExtContent
object
27 properties
StateLiveDraftTags
object
10 properties
StatePeople
object
26 properties
StatePolicyIssue
object
31 properties
StatePolicyIssues
object
10 properties
StatePressRelease
object
30 properties
StateReport
object
31 properties
StateReportTypes
object
10 properties
StateRssFeeds
object
10 properties
StateStandardLand
object
31 properties
StateState
object
26 properties
StateStates
object
10 properties
StateSubjects
object
10 properties
StateTermColl
object
31 properties
StateTripTravel
object
27 properties
StateYears
object
10 properties
Tag
object
8 properties
Taxonomy
object
13 properties
Type
object
16 properties
RestError
object
WordPress REST API error envelope.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

department-of-state-state-gov-content-openapi.yml Raw ↑

Other APIs Department of State publishes across the network.

Office of the Historian Ebook Catalog API
Department of State Open Data Catalog
State Department Travel Advisories
Country Information Pages
Smart Traveler Enrollment Program (STEP)
U.S. Visa Information
U.S. Passport Services
Foreign Affairs Manual (FAM) and Handbook (FAH)
ConsularLookout (CLASS)
eCASE Enterprise Case Management
State Department Open Data on data.gov
Where this information came from

This is an independent, third-party profile of state.gov Content API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.