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

91Squarefeet Content API

The read-only WordPress REST API (`wp/v2` namespace) that 91squarefeet.com serves by default, including the custom content types the company registered for its own business content — portfolio (delivered fit-out projects), client, case_study, property, testimonial and press_release — alongside the standard posts, pages, media, users, comments, taxonomy and search collections. Every operation described was probed anonymously and returned HTTP 200; anonymous requests are read-only (the origin answers `Allow: GET` on collections). This is a CMS-exposed content surface, not a documented developer product: 91Squarefeet publishes no developer portal, no API reference and no specification of its own, so the OpenAPI here was derived mechanically from the route index the site itself serves at https://91squarefeet.com/wp-json.

91Squarefeet Content API is one of 2 APIs that 91Squarefeet publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Content, WordPress, Portfolio, and Retail. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 38 operations across 38 paths, organized into 21 resource areas, and defines 19 schemas. It is described by OpenAPI 3.1.0, at version wp/v2.

Requests are made against a single base URL, https://91squarefeet.com/wp-json.

38 operations 38 paths 19 schemas 38 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
wp/v2
Base URL
https://91squarefeet.com/wp-json
Authentication
HTTP Basic
Resource Areas
21

Authentication & Security 1

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

  • applicationPassword — WordPress Application Passwords (HTTP Basic). Required only for write operations and the authenticated namespaces, which are not described in this document. Au…

Paths & Operations 38

Across 38 paths, the API surfaces 38 operations — 38 GET. They span 21 resource areas, including Post, Page, Media, Category, Tag, User, Comment, Portfolio, and 13 more. Each is listed below with its method, path, parameters, and response codes.

Post 2

Blog posts published on 91squarefeet.com.

GET
/wp/v2/posts
List Post records
listPosts 27 params → 200400401404
GET
/wp/v2/posts/{id}
Retrieve one Post record
getPost 4 params → 200401404
Page 2

Site pages (services, about, suppliers, careers).

GET
/wp/v2/pages
List Page records
listPages 22 params → 200400401404
GET
/wp/v2/pages/{id}
Retrieve one Page record
getPage 4 params → 200401404
Media 2

Media library items — project photography, video and documents.

GET
/wp/v2/media
List Media records
listMedia 23 params → 200400401404
GET
/wp/v2/media/{id}
Retrieve one Media record
getMediaItem 2 params → 200401404
Category 2

Post categories.

GET
/wp/v2/categories
List Category records
listCategories 12 params → 200400401404
GET
/wp/v2/categories/{id}
Retrieve one Category record
getCategory 2 params → 200401404
Tag 2

Post tags.

GET
/wp/v2/tags
List Tag records
listTags 12 params → 200400401404
GET
/wp/v2/tags/{id}
Retrieve one Tag record
getTag 2 params → 200401404
User 2

Public author profiles.

GET
/wp/v2/users
List User records
listUsers 15 params → 200400401404
GET
/wp/v2/users/{id}
Retrieve one User record
getUser 2 params → 200401404
Comment 2

Comments on posts.

GET
/wp/v2/comments
List Comment records
listComments 20 params → 200400401404
GET
/wp/v2/comments/{id}
Retrieve one Comment record
getComment 3 params → 200401404
Portfolio 2

Delivered fit-out projects in the 91Squarefeet portfolio.

GET
/wp/v2/portfolio
List Portfolio records
listPortfolio 24 params → 200400401404
GET
/wp/v2/portfolio/{id}
Retrieve one Portfolio record
getPortfolio 3 params → 200401404
CaseStudy 2

Published client case studies.

GET
/wp/v2/case_study
List CaseStudy records
listCaseStudy 20 params → 200400401404
GET
/wp/v2/case_study/{id}
Retrieve one CaseStudy record
getCaseStudy 4 params → 200401404
Client 2

Brands 91Squarefeet has delivered projects for.

GET
/wp/v2/client
List Client records
listClient 24 params → 200400401404
GET
/wp/v2/client/{id}
Retrieve one Client record
getClient 3 params → 200401404
Property 2

Retail/office property listings.

GET
/wp/v2/property
List Property records
listProperty 20 params → 200400401404
GET
/wp/v2/property/{id}
Retrieve one Property record
getProperty 3 params → 200401404
Testimonial 2

Client testimonials.

GET
/wp/v2/testimonial
List Testimonial records
listTestimonial 17 params → 200400401404
GET
/wp/v2/testimonial/{id}
Retrieve one Testimonial record
getTestimonial 3 params → 200401404
PressRelease 2

Press releases and media mentions.

GET
/wp/v2/press_release
List PressRelease records
listPressRelease 20 params → 200400401404
GET
/wp/v2/press_release/{id}
Retrieve one PressRelease record
getPressRelease 4 params → 200401404
ClientCategory 2

Taxonomy of client categories.

GET
/wp/v2/client_category
List ClientCategory records
listClientCategory 12 params → 200400401404
GET
/wp/v2/client_category/{id}
Retrieve one ClientCategory record
getClientCategory 2 params → 200401404
DisplayLocation 2

Taxonomy controlling where an item is displayed.

GET
/wp/v2/display_location
List DisplayLocation records
listDisplayLocation 12 params → 200400401404
GET
/wp/v2/display_location/{id}
Retrieve one DisplayLocation record
getDisplayLocation 2 params → 200401404
MobileCategory 2

Taxonomy of mobile display categories.

GET
/wp/v2/mobile_category
List MobileCategory records
listMobileCategory 12 params → 200400401404
GET
/wp/v2/mobile_category/{id}
Retrieve one MobileCategory record
getMobileCategory 2 params → 200401404
PropertyLocation 2

Taxonomy of property locations.

GET
/wp/v2/property_location
List PropertyLocation records
listPropertyLocation 12 params → 200400401404
GET
/wp/v2/property_location/{id}
Retrieve one PropertyLocation record
getPropertyLocation 2 params → 200401404
Types 1

Registered content types on the site.

GET
/wp/v2/types
Types
listTypes 1 param → 200400404
Taxonomies 1

Registered taxonomies on the site.

GET
/wp/v2/taxonomies
Taxonomies
listTaxonomies 2 params → 200400404
Statuses 1

Registered post statuses.

GET
/wp/v2/statuses
Statuses
listStatuses 1 param → 200400404
Search 1

Cross-content-type search.

GET
/wp/v2/search
Search
search 8 params → 200400404

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are Media (20 properties), Portfolio (18 properties), CaseStudy (17 properties), PressRelease (17 properties). Each schema is shown below with its type and property counts.

Post
object
A Post record as served by the site REST API.
15 properties
Page
object
A Page record as served by the site REST API.
15 properties
Media
object
A media item record as served by the site REST API.
20 properties
Category
object
A taxonomy term.
8 properties
Tag
object
A taxonomy term.
8 properties
User
object
A public author profile.
8 properties
Comment
object
A comment on a post.
9 properties
Portfolio
object
A delivered fit-out project in the 91Squarefeet portfolio. Field set observed on a live anonymous GET.
18 properties
CaseStudy
object
A published client case study. Field set observed on a live anonymous GET.
17 properties
Client
object
A brand 91Squarefeet has delivered projects for. Field set observed on a live anonymous GET.
16 properties
Property
object
A retail or office property record. Field set observed on a live anonymous GET.
14 properties
Testimonial
object
A client testimonial. Field set observed on a live anonymous GET.
14 properties
PressRelease
object
A press release or media mention. Field set observed on a live anonymous GET.
17 properties
ClientCategory
object
A taxonomy term.
8 properties
DisplayLocation
object
A taxonomy term.
8 properties
MobileCategory
object
A taxonomy term.
8 properties
PropertyLocation
object
A taxonomy term.
8 properties
SearchResult
object
A search hit.
6 properties
RestError
object
The WordPress REST error envelope returned on any failure.
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

91squarefeet-content-api-openapi.yml Raw ↑

Other APIs 91Squarefeet publishes across the network.

91Squarefeet MCP Adapter Endpoint
Where this information came from

This is an independent, third-party profile of 91Squarefeet 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.