DaVita Web REST API
The public, unauthenticated REST API that DaVita's own web platform serves at https://www.davita.com/wp-json/. It carries a first-party davita/v1 namespace — a dialysis center locator, a Kidney Smart class finder, and a USDA FoodData Central proxy that reshapes each food to the nutrients that matter on a kidney diet (sodium, potassium, phosphorus, protein, calories) — alongside dv-* content collections holding 1,258 kidney-friendly recipes, 570 education articles, 126 videos, 51 cookbooks and 33 kidney vocabulary terms. DaVita publishes no documentation, no OpenAPI, no SDKs and no developer program for it; the only machine-readable definition the company serves is the WordPress REST route discovery index at the base URL, from which the OpenAPI in this repository was mechanically derived.
This API exposes 230 operations across 100 paths, organized into 2 resource areas, and defines 1 schema. It is described by OpenAPI 3.1.0, at version wp-json-index-2026-09-05.
Requests are made against a single base URL, https://www.davita.com/wp-json.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
DaVita Web REST API declares
2 security schemes
for authenticating requests.
It accepts HTTP basic authentication (applicationPassword).
An API key is passed in the header as X-WP-Nonce (cookieNonce).
applicationPassword— WordPress Application Passwords. Authorization endpoint declared by the index: https://davita.com/wp-admin/authorize-application.php. Not offered to the public…cookieNonce— WordPress cookie authentication nonce, accepted per the Access-Control-Allow-Headers response header. Browser/session only.
Paths & Operations 230
Across 100 paths, the API surfaces 230 operations — 28 DELETE, 94 GET, 23 PATCH, 62 POST, 23 PUT. They span 2 resource areas: davita-v1, wp-v2. Each is listed below with its method, path, parameters, and response codes.
DaVita first-party REST namespace (davita/v1)
WordPress core REST namespace exposing DaVita dv- content types
Schemas 1
The contract defines 1 schema that model the data the API accepts and returns. The most detailed is WPRestError (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
This is an independent, third-party profile of DaVita Web REST 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.