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

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.

230 operations 100 paths 1 schemas 28 DELETE94 GET23 PATCH62 POST23 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
wp-json-index-2026-09-05
Base URL
https://www.davita.com/wp-json
Authentication
HTTP Basic, API Key
Contact
Resource Areas
2

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-v1 14

DaVita first-party REST namespace (davita/v1)

GET
/davita/v1
GET /davita/v1
get_davita_v1 2 params → 200400401404
POST
/davita/v1/comments/{postid}
POST /davita/v1/comments/(?P [\d]+)
post_davita_v1_comments_postid 1 param body → 200400401404
POST
/davita/v1/comments/create
POST /davita/v1/comments/create
post_davita_v1_comments_create body → 200400401404
GET
/davita/v1/find-a-center
GET /davita/v1/find-a-center
get_davita_v1_find_a_center 4 params → 200400401404
GET
/davita/v1/find-a-class
GET /davita/v1/find-a-class
get_davita_v1_find_a_class 6 params → 200400401404
GET
/davita/v1/icons
GET /davita/v1/icons
get_davita_v1_icons 1 param → 200400401404
GET
/davita/v1/icons/import
GET /davita/v1/icons/import
get_davita_v1_icons_import → 200400401404
GET
/davita/v1/icons/list
GET /davita/v1/icons/list
get_davita_v1_icons_list → 200400401404
POST
/davita/v1/icons/update
POST /davita/v1/icons/update
post_davita_v1_icons_update body → 200400401404
GET
/davita/v1/playlist-details
GET /davita/v1/playlist-details
get_davita_v1_playlist_details → 200400401404
GET
/davita/v1/usda/food/{id}
GET /davita/v1/usda/food/(?P \d+)
get_davita_v1_usda_food_id 1 param → 200400401404
GET
/davita/v1/usda/search
GET /davita/v1/usda/search
get_davita_v1_usda_search 2 params → 200400401404
POST
/davita/v1/verify-token
POST /davita/v1/verify-token
post_davita_v1_verify_token → 200400401404
GET
/davita/v1/video-details
GET /davita/v1/video-details
get_davita_v1_video_details → 200400401404
wp-v2 216

WordPress core REST namespace exposing DaVita dv- content types

GET
/wp/v2
GET /wp/v2
get_wp_v2 2 params → 200400401404
GET
/wp/v2/categories
GET /wp/v2/categories
get_wp_v2_categories 12 params → 200400401404
POST
/wp/v2/categories
POST /wp/v2/categories
post_wp_v2_categories body → 200400401404
GET
/wp/v2/categories/{id}
GET /wp/v2/categories/(?P [\d]+)
get_wp_v2_categories_id 2 params → 200400401404
POST
/wp/v2/categories/{id}
POST /wp/v2/categories/(?P [\d]+)
post_wp_v2_categories_id 1 param body → 200400401404
PUT
/wp/v2/categories/{id}
PUT /wp/v2/categories/(?P [\d]+)
put_wp_v2_categories_id 1 param body → 200400401404
PATCH
/wp/v2/categories/{id}
PATCH /wp/v2/categories/(?P [\d]+)
patch_wp_v2_categories_id 1 param body → 200400401404
DELETE
/wp/v2/categories/{id}
DELETE /wp/v2/categories/(?P [\d]+)
delete_wp_v2_categories_id 1 param body → 200400401404
GET
/wp/v2/dv-article
GET /wp/v2/dv-article
get_wp_v2_dv_article 26 params → 200400401404
POST
/wp/v2/dv-article
POST /wp/v2/dv-article
post_wp_v2_dv_article body → 200400401404
GET
/wp/v2/dv-article/{id}
GET /wp/v2/dv-article/(?P [\d]+)
get_wp_v2_dv_article_id 4 params → 200400401404
POST
/wp/v2/dv-article/{id}
POST /wp/v2/dv-article/(?P [\d]+)
post_wp_v2_dv_article_id 1 param body → 200400401404
PUT
/wp/v2/dv-article/{id}
PUT /wp/v2/dv-article/(?P [\d]+)
put_wp_v2_dv_article_id 1 param body → 200400401404
PATCH
/wp/v2/dv-article/{id}
PATCH /wp/v2/dv-article/(?P [\d]+)
patch_wp_v2_dv_article_id 1 param body → 200400401404
DELETE
/wp/v2/dv-article/{id}
DELETE /wp/v2/dv-article/(?P [\d]+)
delete_wp_v2_dv_article_id 1 param body → 200400401404
GET
/wp/v2/dv-article/{id}/autosaves
GET /wp/v2/dv-article/(?P [\d]+)/autosaves
get_wp_v2_dv_article_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-article/{id}/autosaves
POST /wp/v2/dv-article/(?P [\d]+)/autosaves
post_wp_v2_dv_article_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-article/{parent}/autosaves/{id}
GET /wp/v2/dv-article/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_article_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-article/{parent}/revisions
GET /wp/v2/dv-article/(?P [\d]+)/revisions
get_wp_v2_dv_article_parent_revisions 10 params → 200400401404
GET
/wp/v2/dv-article/{parent}/revisions/{id}
GET /wp/v2/dv-article/(?P [\d]+)/revisions/(?P [\d]+)
get_wp_v2_dv_article_parent_revisions_id 3 params → 200400401404
DELETE
/wp/v2/dv-article/{parent}/revisions/{id}
DELETE /wp/v2/dv-article/(?P [\d]+)/revisions/(?P [\d]+)
delete_wp_v2_dv_article_parent_revisions_id 2 params body → 200400401404
GET
/wp/v2/dv-cookbook
GET /wp/v2/dv-cookbook
get_wp_v2_dv_cookbook 17 params → 200400401404
POST
/wp/v2/dv-cookbook
POST /wp/v2/dv-cookbook
post_wp_v2_dv_cookbook body → 200400401404
GET
/wp/v2/dv-cookbook/{id}
GET /wp/v2/dv-cookbook/(?P [\d]+)
get_wp_v2_dv_cookbook_id 4 params → 200400401404
POST
/wp/v2/dv-cookbook/{id}
POST /wp/v2/dv-cookbook/(?P [\d]+)
post_wp_v2_dv_cookbook_id 1 param body → 200400401404
PUT
/wp/v2/dv-cookbook/{id}
PUT /wp/v2/dv-cookbook/(?P [\d]+)
put_wp_v2_dv_cookbook_id 1 param body → 200400401404
PATCH
/wp/v2/dv-cookbook/{id}
PATCH /wp/v2/dv-cookbook/(?P [\d]+)
patch_wp_v2_dv_cookbook_id 1 param body → 200400401404
DELETE
/wp/v2/dv-cookbook/{id}
DELETE /wp/v2/dv-cookbook/(?P [\d]+)
delete_wp_v2_dv_cookbook_id 1 param body → 200400401404
GET
/wp/v2/dv-cookbook/{id}/autosaves
GET /wp/v2/dv-cookbook/(?P [\d]+)/autosaves
get_wp_v2_dv_cookbook_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-cookbook/{id}/autosaves
POST /wp/v2/dv-cookbook/(?P [\d]+)/autosaves
post_wp_v2_dv_cookbook_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-cookbook/{parent}/autosaves/{id}
GET /wp/v2/dv-cookbook/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_cookbook_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-dialysis-center
GET /wp/v2/dv-dialysis-center
get_wp_v2_dv_dialysis_center 17 params → 200400401404
POST
/wp/v2/dv-dialysis-center
POST /wp/v2/dv-dialysis-center
post_wp_v2_dv_dialysis_center body → 200400401404
GET
/wp/v2/dv-dialysis-center/{id}
GET /wp/v2/dv-dialysis-center/(?P [\d]+)
get_wp_v2_dv_dialysis_center_id 4 params → 200400401404
POST
/wp/v2/dv-dialysis-center/{id}
POST /wp/v2/dv-dialysis-center/(?P [\d]+)
post_wp_v2_dv_dialysis_center_id 1 param body → 200400401404
PUT
/wp/v2/dv-dialysis-center/{id}
PUT /wp/v2/dv-dialysis-center/(?P [\d]+)
put_wp_v2_dv_dialysis_center_id 1 param body → 200400401404
PATCH
/wp/v2/dv-dialysis-center/{id}
PATCH /wp/v2/dv-dialysis-center/(?P [\d]+)
patch_wp_v2_dv_dialysis_center_id 1 param body → 200400401404
DELETE
/wp/v2/dv-dialysis-center/{id}
DELETE /wp/v2/dv-dialysis-center/(?P [\d]+)
delete_wp_v2_dv_dialysis_center_id 1 param body → 200400401404
GET
/wp/v2/dv-dialysis-center/{id}/autosaves
GET /wp/v2/dv-dialysis-center/(?P [\d]+)/autosaves
get_wp_v2_dv_dialysis_center_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-dialysis-center/{id}/autosaves
POST /wp/v2/dv-dialysis-center/(?P [\d]+)/autosaves
post_wp_v2_dv_dialysis_center_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-dialysis-center/{parent}/autosaves/{id}
GET /wp/v2/dv-dialysis-center/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_dialysis_center_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-food-analyzer
GET /wp/v2/dv-food-analyzer
get_wp_v2_dv_food_analyzer 17 params → 200400401404
POST
/wp/v2/dv-food-analyzer
POST /wp/v2/dv-food-analyzer
post_wp_v2_dv_food_analyzer body → 200400401404
GET
/wp/v2/dv-food-analyzer/{id}
GET /wp/v2/dv-food-analyzer/(?P [\d]+)
get_wp_v2_dv_food_analyzer_id 4 params → 200400401404
POST
/wp/v2/dv-food-analyzer/{id}
POST /wp/v2/dv-food-analyzer/(?P [\d]+)
post_wp_v2_dv_food_analyzer_id 1 param body → 200400401404
PUT
/wp/v2/dv-food-analyzer/{id}
PUT /wp/v2/dv-food-analyzer/(?P [\d]+)
put_wp_v2_dv_food_analyzer_id 1 param body → 200400401404
PATCH
/wp/v2/dv-food-analyzer/{id}
PATCH /wp/v2/dv-food-analyzer/(?P [\d]+)
patch_wp_v2_dv_food_analyzer_id 1 param body → 200400401404
DELETE
/wp/v2/dv-food-analyzer/{id}
DELETE /wp/v2/dv-food-analyzer/(?P [\d]+)
delete_wp_v2_dv_food_analyzer_id 1 param body → 200400401404
GET
/wp/v2/dv-food-analyzer/{id}/autosaves
GET /wp/v2/dv-food-analyzer/(?P [\d]+)/autosaves
get_wp_v2_dv_food_analyzer_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-food-analyzer/{id}/autosaves
POST /wp/v2/dv-food-analyzer/(?P [\d]+)/autosaves
post_wp_v2_dv_food_analyzer_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-food-analyzer/{parent}/autosaves/{id}
GET /wp/v2/dv-food-analyzer/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_food_analyzer_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-glossary-term
GET /wp/v2/dv-glossary-term
get_wp_v2_dv_glossary_term 20 params → 200400401404
POST
/wp/v2/dv-glossary-term
POST /wp/v2/dv-glossary-term
post_wp_v2_dv_glossary_term body → 200400401404
GET
/wp/v2/dv-glossary-term/{id}
GET /wp/v2/dv-glossary-term/(?P [\d]+)
get_wp_v2_dv_glossary_term_id 3 params → 200400401404
POST
/wp/v2/dv-glossary-term/{id}
POST /wp/v2/dv-glossary-term/(?P [\d]+)
post_wp_v2_dv_glossary_term_id 1 param body → 200400401404
PUT
/wp/v2/dv-glossary-term/{id}
PUT /wp/v2/dv-glossary-term/(?P [\d]+)
put_wp_v2_dv_glossary_term_id 1 param body → 200400401404
PATCH
/wp/v2/dv-glossary-term/{id}
PATCH /wp/v2/dv-glossary-term/(?P [\d]+)
patch_wp_v2_dv_glossary_term_id 1 param body → 200400401404
DELETE
/wp/v2/dv-glossary-term/{id}
DELETE /wp/v2/dv-glossary-term/(?P [\d]+)
delete_wp_v2_dv_glossary_term_id 1 param body → 200400401404
GET
/wp/v2/dv-glossary-term/{id}/autosaves
GET /wp/v2/dv-glossary-term/(?P [\d]+)/autosaves
get_wp_v2_dv_glossary_term_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-glossary-term/{id}/autosaves
POST /wp/v2/dv-glossary-term/(?P [\d]+)/autosaves
post_wp_v2_dv_glossary_term_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-glossary-term/{parent}/autosaves/{id}
GET /wp/v2/dv-glossary-term/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_glossary_term_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-image-category
GET /wp/v2/dv-image-category
get_wp_v2_dv_image_category 12 params → 200400401404
POST
/wp/v2/dv-image-category
POST /wp/v2/dv-image-category
post_wp_v2_dv_image_category body → 200400401404
GET
/wp/v2/dv-image-category/{id}
GET /wp/v2/dv-image-category/(?P [\d]+)
get_wp_v2_dv_image_category_id 2 params → 200400401404
POST
/wp/v2/dv-image-category/{id}
POST /wp/v2/dv-image-category/(?P [\d]+)
post_wp_v2_dv_image_category_id 1 param body → 200400401404
PUT
/wp/v2/dv-image-category/{id}
PUT /wp/v2/dv-image-category/(?P [\d]+)
put_wp_v2_dv_image_category_id 1 param body → 200400401404
PATCH
/wp/v2/dv-image-category/{id}
PATCH /wp/v2/dv-image-category/(?P [\d]+)
patch_wp_v2_dv_image_category_id 1 param body → 200400401404
DELETE
/wp/v2/dv-image-category/{id}
DELETE /wp/v2/dv-image-category/(?P [\d]+)
delete_wp_v2_dv_image_category_id 1 param body → 200400401404
GET
/wp/v2/dv-person
GET /wp/v2/dv-person
get_wp_v2_dv_person 20 params → 200400401404
POST
/wp/v2/dv-person
POST /wp/v2/dv-person
post_wp_v2_dv_person body → 200400401404
GET
/wp/v2/dv-person/{id}
GET /wp/v2/dv-person/(?P [\d]+)
get_wp_v2_dv_person_id 4 params → 200400401404
POST
/wp/v2/dv-person/{id}
POST /wp/v2/dv-person/(?P [\d]+)
post_wp_v2_dv_person_id 1 param body → 200400401404
PUT
/wp/v2/dv-person/{id}
PUT /wp/v2/dv-person/(?P [\d]+)
put_wp_v2_dv_person_id 1 param body → 200400401404
PATCH
/wp/v2/dv-person/{id}
PATCH /wp/v2/dv-person/(?P [\d]+)
patch_wp_v2_dv_person_id 1 param body → 200400401404
DELETE
/wp/v2/dv-person/{id}
DELETE /wp/v2/dv-person/(?P [\d]+)
delete_wp_v2_dv_person_id 1 param body → 200400401404
GET
/wp/v2/dv-person/{id}/autosaves
GET /wp/v2/dv-person/(?P [\d]+)/autosaves
get_wp_v2_dv_person_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-person/{id}/autosaves
POST /wp/v2/dv-person/(?P [\d]+)/autosaves
post_wp_v2_dv_person_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-person/{parent}/autosaves/{id}
GET /wp/v2/dv-person/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_person_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-recipe
GET /wp/v2/dv-recipe
get_wp_v2_dv_recipe 34 params → 200400401404
POST
/wp/v2/dv-recipe
POST /wp/v2/dv-recipe
post_wp_v2_dv_recipe body → 200400401404
GET
/wp/v2/dv-recipe-category
GET /wp/v2/dv-recipe-category
get_wp_v2_dv_recipe_category 12 params → 200400401404
POST
/wp/v2/dv-recipe-category
POST /wp/v2/dv-recipe-category
post_wp_v2_dv_recipe_category body → 200400401404
GET
/wp/v2/dv-recipe-category/{id}
GET /wp/v2/dv-recipe-category/(?P [\d]+)
get_wp_v2_dv_recipe_category_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-category/{id}
POST /wp/v2/dv-recipe-category/(?P [\d]+)
post_wp_v2_dv_recipe_category_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-category/{id}
PUT /wp/v2/dv-recipe-category/(?P [\d]+)
put_wp_v2_dv_recipe_category_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-category/{id}
PATCH /wp/v2/dv-recipe-category/(?P [\d]+)
patch_wp_v2_dv_recipe_category_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-category/{id}
DELETE /wp/v2/dv-recipe-category/(?P [\d]+)
delete_wp_v2_dv_recipe_category_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe-cuisine-tag
GET /wp/v2/dv-recipe-cuisine-tag
get_wp_v2_dv_recipe_cuisine_tag 12 params → 200400401404
POST
/wp/v2/dv-recipe-cuisine-tag
POST /wp/v2/dv-recipe-cuisine-tag
post_wp_v2_dv_recipe_cuisine_tag body → 200400401404
GET
/wp/v2/dv-recipe-cuisine-tag/{id}
GET /wp/v2/dv-recipe-cuisine-tag/(?P [\d]+)
get_wp_v2_dv_recipe_cuisine_tag_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-cuisine-tag/{id}
POST /wp/v2/dv-recipe-cuisine-tag/(?P [\d]+)
post_wp_v2_dv_recipe_cuisine_tag_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-cuisine-tag/{id}
PUT /wp/v2/dv-recipe-cuisine-tag/(?P [\d]+)
put_wp_v2_dv_recipe_cuisine_tag_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-cuisine-tag/{id}
PATCH /wp/v2/dv-recipe-cuisine-tag/(?P [\d]+)
patch_wp_v2_dv_recipe_cuisine_tag_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-cuisine-tag/{id}
DELETE /wp/v2/dv-recipe-cuisine-tag/(?P [\d]+)
delete_wp_v2_dv_recipe_cuisine_tag_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe-diet-tag
GET /wp/v2/dv-recipe-diet-tag
get_wp_v2_dv_recipe_diet_tag 12 params → 200400401404
POST
/wp/v2/dv-recipe-diet-tag
POST /wp/v2/dv-recipe-diet-tag
post_wp_v2_dv_recipe_diet_tag body → 200400401404
GET
/wp/v2/dv-recipe-diet-tag/{id}
GET /wp/v2/dv-recipe-diet-tag/(?P [\d]+)
get_wp_v2_dv_recipe_diet_tag_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-diet-tag/{id}
POST /wp/v2/dv-recipe-diet-tag/(?P [\d]+)
post_wp_v2_dv_recipe_diet_tag_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-diet-tag/{id}
PUT /wp/v2/dv-recipe-diet-tag/(?P [\d]+)
put_wp_v2_dv_recipe_diet_tag_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-diet-tag/{id}
PATCH /wp/v2/dv-recipe-diet-tag/(?P [\d]+)
patch_wp_v2_dv_recipe_diet_tag_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-diet-tag/{id}
DELETE /wp/v2/dv-recipe-diet-tag/(?P [\d]+)
delete_wp_v2_dv_recipe_diet_tag_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe-dish-type
GET /wp/v2/dv-recipe-dish-type
get_wp_v2_dv_recipe_dish_type 12 params → 200400401404
POST
/wp/v2/dv-recipe-dish-type
POST /wp/v2/dv-recipe-dish-type
post_wp_v2_dv_recipe_dish_type body → 200400401404
GET
/wp/v2/dv-recipe-dish-type/{id}
GET /wp/v2/dv-recipe-dish-type/(?P [\d]+)
get_wp_v2_dv_recipe_dish_type_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-dish-type/{id}
POST /wp/v2/dv-recipe-dish-type/(?P [\d]+)
post_wp_v2_dv_recipe_dish_type_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-dish-type/{id}
PUT /wp/v2/dv-recipe-dish-type/(?P [\d]+)
put_wp_v2_dv_recipe_dish_type_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-dish-type/{id}
PATCH /wp/v2/dv-recipe-dish-type/(?P [\d]+)
patch_wp_v2_dv_recipe_dish_type_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-dish-type/{id}
DELETE /wp/v2/dv-recipe-dish-type/(?P [\d]+)
delete_wp_v2_dv_recipe_dish_type_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe-holiday-tag
GET /wp/v2/dv-recipe-holiday-tag
get_wp_v2_dv_recipe_holiday_tag 12 params → 200400401404
POST
/wp/v2/dv-recipe-holiday-tag
POST /wp/v2/dv-recipe-holiday-tag
post_wp_v2_dv_recipe_holiday_tag body → 200400401404
GET
/wp/v2/dv-recipe-holiday-tag/{id}
GET /wp/v2/dv-recipe-holiday-tag/(?P [\d]+)
get_wp_v2_dv_recipe_holiday_tag_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-holiday-tag/{id}
POST /wp/v2/dv-recipe-holiday-tag/(?P [\d]+)
post_wp_v2_dv_recipe_holiday_tag_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-holiday-tag/{id}
PUT /wp/v2/dv-recipe-holiday-tag/(?P [\d]+)
put_wp_v2_dv_recipe_holiday_tag_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-holiday-tag/{id}
PATCH /wp/v2/dv-recipe-holiday-tag/(?P [\d]+)
patch_wp_v2_dv_recipe_holiday_tag_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-holiday-tag/{id}
DELETE /wp/v2/dv-recipe-holiday-tag/(?P [\d]+)
delete_wp_v2_dv_recipe_holiday_tag_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe-method-tag
GET /wp/v2/dv-recipe-method-tag
get_wp_v2_dv_recipe_method_tag 12 params → 200400401404
POST
/wp/v2/dv-recipe-method-tag
POST /wp/v2/dv-recipe-method-tag
post_wp_v2_dv_recipe_method_tag body → 200400401404
GET
/wp/v2/dv-recipe-method-tag/{id}
GET /wp/v2/dv-recipe-method-tag/(?P [\d]+)
get_wp_v2_dv_recipe_method_tag_id 2 params → 200400401404
POST
/wp/v2/dv-recipe-method-tag/{id}
POST /wp/v2/dv-recipe-method-tag/(?P [\d]+)
post_wp_v2_dv_recipe_method_tag_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe-method-tag/{id}
PUT /wp/v2/dv-recipe-method-tag/(?P [\d]+)
put_wp_v2_dv_recipe_method_tag_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe-method-tag/{id}
PATCH /wp/v2/dv-recipe-method-tag/(?P [\d]+)
patch_wp_v2_dv_recipe_method_tag_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe-method-tag/{id}
DELETE /wp/v2/dv-recipe-method-tag/(?P [\d]+)
delete_wp_v2_dv_recipe_method_tag_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe/{id}
GET /wp/v2/dv-recipe/(?P [\d]+)
get_wp_v2_dv_recipe_id 4 params → 200400401404
POST
/wp/v2/dv-recipe/{id}
POST /wp/v2/dv-recipe/(?P [\d]+)
post_wp_v2_dv_recipe_id 1 param body → 200400401404
PUT
/wp/v2/dv-recipe/{id}
PUT /wp/v2/dv-recipe/(?P [\d]+)
put_wp_v2_dv_recipe_id 1 param body → 200400401404
PATCH
/wp/v2/dv-recipe/{id}
PATCH /wp/v2/dv-recipe/(?P [\d]+)
patch_wp_v2_dv_recipe_id 1 param body → 200400401404
DELETE
/wp/v2/dv-recipe/{id}
DELETE /wp/v2/dv-recipe/(?P [\d]+)
delete_wp_v2_dv_recipe_id 1 param body → 200400401404
GET
/wp/v2/dv-recipe/{id}/autosaves
GET /wp/v2/dv-recipe/(?P [\d]+)/autosaves
get_wp_v2_dv_recipe_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-recipe/{id}/autosaves
POST /wp/v2/dv-recipe/(?P [\d]+)/autosaves
post_wp_v2_dv_recipe_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-recipe/{parent}/autosaves/{id}
GET /wp/v2/dv-recipe/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_recipe_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/dv-recipe/{parent}/revisions
GET /wp/v2/dv-recipe/(?P [\d]+)/revisions
get_wp_v2_dv_recipe_parent_revisions 10 params → 200400401404
GET
/wp/v2/dv-recipe/{parent}/revisions/{id}
GET /wp/v2/dv-recipe/(?P [\d]+)/revisions/(?P [\d]+)
get_wp_v2_dv_recipe_parent_revisions_id 3 params → 200400401404
DELETE
/wp/v2/dv-recipe/{parent}/revisions/{id}
DELETE /wp/v2/dv-recipe/(?P [\d]+)/revisions/(?P [\d]+)
delete_wp_v2_dv_recipe_parent_revisions_id 2 params body → 200400401404
GET
/wp/v2/dv-topic
GET /wp/v2/dv-topic
get_wp_v2_dv_topic 12 params → 200400401404
POST
/wp/v2/dv-topic
POST /wp/v2/dv-topic
post_wp_v2_dv_topic body → 200400401404
GET
/wp/v2/dv-topic/{id}
GET /wp/v2/dv-topic/(?P [\d]+)
get_wp_v2_dv_topic_id 2 params → 200400401404
POST
/wp/v2/dv-topic/{id}
POST /wp/v2/dv-topic/(?P [\d]+)
post_wp_v2_dv_topic_id 1 param body → 200400401404
PUT
/wp/v2/dv-topic/{id}
PUT /wp/v2/dv-topic/(?P [\d]+)
put_wp_v2_dv_topic_id 1 param body → 200400401404
PATCH
/wp/v2/dv-topic/{id}
PATCH /wp/v2/dv-topic/(?P [\d]+)
patch_wp_v2_dv_topic_id 1 param body → 200400401404
DELETE
/wp/v2/dv-topic/{id}
DELETE /wp/v2/dv-topic/(?P [\d]+)
delete_wp_v2_dv_topic_id 1 param body → 200400401404
GET
/wp/v2/dv-video
GET /wp/v2/dv-video
get_wp_v2_dv_video 22 params → 200400401404
POST
/wp/v2/dv-video
POST /wp/v2/dv-video
post_wp_v2_dv_video body → 200400401404
GET
/wp/v2/dv-video-playlist
GET /wp/v2/dv-video-playlist
get_wp_v2_dv_video_playlist 12 params → 200400401404
POST
/wp/v2/dv-video-playlist
POST /wp/v2/dv-video-playlist
post_wp_v2_dv_video_playlist body → 200400401404
GET
/wp/v2/dv-video-playlist/{id}
GET /wp/v2/dv-video-playlist/(?P [\d]+)
get_wp_v2_dv_video_playlist_id 2 params → 200400401404
POST
/wp/v2/dv-video-playlist/{id}
POST /wp/v2/dv-video-playlist/(?P [\d]+)
post_wp_v2_dv_video_playlist_id 1 param body → 200400401404
PUT
/wp/v2/dv-video-playlist/{id}
PUT /wp/v2/dv-video-playlist/(?P [\d]+)
put_wp_v2_dv_video_playlist_id 1 param body → 200400401404
PATCH
/wp/v2/dv-video-playlist/{id}
PATCH /wp/v2/dv-video-playlist/(?P [\d]+)
patch_wp_v2_dv_video_playlist_id 1 param body → 200400401404
DELETE
/wp/v2/dv-video-playlist/{id}
DELETE /wp/v2/dv-video-playlist/(?P [\d]+)
delete_wp_v2_dv_video_playlist_id 1 param body → 200400401404
GET
/wp/v2/dv-video/{id}
GET /wp/v2/dv-video/(?P [\d]+)
get_wp_v2_dv_video_id 4 params → 200400401404
POST
/wp/v2/dv-video/{id}
POST /wp/v2/dv-video/(?P [\d]+)
post_wp_v2_dv_video_id 1 param body → 200400401404
PUT
/wp/v2/dv-video/{id}
PUT /wp/v2/dv-video/(?P [\d]+)
put_wp_v2_dv_video_id 1 param body → 200400401404
PATCH
/wp/v2/dv-video/{id}
PATCH /wp/v2/dv-video/(?P [\d]+)
patch_wp_v2_dv_video_id 1 param body → 200400401404
DELETE
/wp/v2/dv-video/{id}
DELETE /wp/v2/dv-video/(?P [\d]+)
delete_wp_v2_dv_video_id 1 param body → 200400401404
GET
/wp/v2/dv-video/{id}/autosaves
GET /wp/v2/dv-video/(?P [\d]+)/autosaves
get_wp_v2_dv_video_id_autosaves 3 params → 200400401404
POST
/wp/v2/dv-video/{id}/autosaves
POST /wp/v2/dv-video/(?P [\d]+)/autosaves
post_wp_v2_dv_video_id_autosaves 1 param body → 200400401404
GET
/wp/v2/dv-video/{parent}/autosaves/{id}
GET /wp/v2/dv-video/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_dv_video_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/media
GET /wp/v2/media
get_wp_v2_media 26 params → 200400401404
POST
/wp/v2/media
POST /wp/v2/media
post_wp_v2_media body → 200400401404
GET
/wp/v2/media/{id}
GET /wp/v2/media/(?P [\d]+)
get_wp_v2_media_id 2 params → 200400401404
POST
/wp/v2/media/{id}
POST /wp/v2/media/(?P [\d]+)
post_wp_v2_media_id 1 param body → 200400401404
PUT
/wp/v2/media/{id}
PUT /wp/v2/media/(?P [\d]+)
put_wp_v2_media_id 1 param body → 200400401404
PATCH
/wp/v2/media/{id}
PATCH /wp/v2/media/(?P [\d]+)
patch_wp_v2_media_id 1 param body → 200400401404
DELETE
/wp/v2/media/{id}
DELETE /wp/v2/media/(?P [\d]+)
delete_wp_v2_media_id 1 param body → 200400401404
POST
/wp/v2/media/{id}/edit
POST /wp/v2/media/(?P [\d]+)/edit
post_wp_v2_media_id_edit 1 param body → 200400401404
POST
/wp/v2/media/{id}/post-process
POST /wp/v2/media/(?P [\d]+)/post-process
post_wp_v2_media_id_post_process 1 param body → 200400401404
GET
/wp/v2/pages
GET /wp/v2/pages
get_wp_v2_pages 25 params → 200400401404
POST
/wp/v2/pages
POST /wp/v2/pages
post_wp_v2_pages body → 200400401404
GET
/wp/v2/pages/{id}
GET /wp/v2/pages/(?P [\d]+)
get_wp_v2_pages_id 4 params → 200400401404
POST
/wp/v2/pages/{id}
POST /wp/v2/pages/(?P [\d]+)
post_wp_v2_pages_id 1 param body → 200400401404
PUT
/wp/v2/pages/{id}
PUT /wp/v2/pages/(?P [\d]+)
put_wp_v2_pages_id 1 param body → 200400401404
PATCH
/wp/v2/pages/{id}
PATCH /wp/v2/pages/(?P [\d]+)
patch_wp_v2_pages_id 1 param body → 200400401404
DELETE
/wp/v2/pages/{id}
DELETE /wp/v2/pages/(?P [\d]+)
delete_wp_v2_pages_id 1 param body → 200400401404
GET
/wp/v2/pages/{id}/autosaves
GET /wp/v2/pages/(?P [\d]+)/autosaves
get_wp_v2_pages_id_autosaves 3 params → 200400401404
POST
/wp/v2/pages/{id}/autosaves
POST /wp/v2/pages/(?P [\d]+)/autosaves
post_wp_v2_pages_id_autosaves 1 param body → 200400401404
GET
/wp/v2/pages/{parent}/autosaves/{id}
GET /wp/v2/pages/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_pages_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/pages/{parent}/revisions
GET /wp/v2/pages/(?P [\d]+)/revisions
get_wp_v2_pages_parent_revisions 10 params → 200400401404
GET
/wp/v2/pages/{parent}/revisions/{id}
GET /wp/v2/pages/(?P [\d]+)/revisions/(?P [\d]+)
get_wp_v2_pages_parent_revisions_id 3 params → 200400401404
DELETE
/wp/v2/pages/{parent}/revisions/{id}
DELETE /wp/v2/pages/(?P [\d]+)/revisions/(?P [\d]+)
delete_wp_v2_pages_parent_revisions_id 2 params body → 200400401404
GET
/wp/v2/posts
GET /wp/v2/posts
get_wp_v2_posts 29 params → 200400401404
POST
/wp/v2/posts
POST /wp/v2/posts
post_wp_v2_posts body → 200400401404
GET
/wp/v2/posts/{id}/related
GET /wp/v2/posts/(?P [0-9]+)/related
get_wp_v2_posts_id_related 2 params → 200400401404
GET
/wp/v2/posts/{id}
GET /wp/v2/posts/(?P [\d]+)
get_wp_v2_posts_id 4 params → 200400401404
POST
/wp/v2/posts/{id}
POST /wp/v2/posts/(?P [\d]+)
post_wp_v2_posts_id 1 param body → 200400401404
PUT
/wp/v2/posts/{id}
PUT /wp/v2/posts/(?P [\d]+)
put_wp_v2_posts_id 1 param body → 200400401404
PATCH
/wp/v2/posts/{id}
PATCH /wp/v2/posts/(?P [\d]+)
patch_wp_v2_posts_id 1 param body → 200400401404
DELETE
/wp/v2/posts/{id}
DELETE /wp/v2/posts/(?P [\d]+)
delete_wp_v2_posts_id 1 param body → 200400401404
GET
/wp/v2/posts/{id}/autosaves
GET /wp/v2/posts/(?P [\d]+)/autosaves
get_wp_v2_posts_id_autosaves 3 params → 200400401404
POST
/wp/v2/posts/{id}/autosaves
POST /wp/v2/posts/(?P [\d]+)/autosaves
post_wp_v2_posts_id_autosaves 1 param body → 200400401404
GET
/wp/v2/posts/{parent}/autosaves/{id}
GET /wp/v2/posts/(?P [\d]+)/autosaves/(?P [\d]+)
get_wp_v2_posts_parent_autosaves_id 3 params → 200400401404
GET
/wp/v2/posts/{parent}/revisions
GET /wp/v2/posts/(?P [\d]+)/revisions
get_wp_v2_posts_parent_revisions 10 params → 200400401404
GET
/wp/v2/posts/{parent}/revisions/{id}
GET /wp/v2/posts/(?P [\d]+)/revisions/(?P [\d]+)
get_wp_v2_posts_parent_revisions_id 3 params → 200400401404
DELETE
/wp/v2/posts/{parent}/revisions/{id}
DELETE /wp/v2/posts/(?P [\d]+)/revisions/(?P [\d]+)
delete_wp_v2_posts_parent_revisions_id 2 params body → 200400401404
GET
/wp/v2/search
GET /wp/v2/search
get_wp_v2_search 8 params → 200400401404
GET
/wp/v2/statuses
GET /wp/v2/statuses
get_wp_v2_statuses 1 param → 200400401404
GET
/wp/v2/statuses/{status}
GET /wp/v2/statuses/(?P [\w-]+)
get_wp_v2_statuses_status 2 params → 200400401404
GET
/wp/v2/tags
GET /wp/v2/tags
get_wp_v2_tags 12 params → 200400401404
POST
/wp/v2/tags
POST /wp/v2/tags
post_wp_v2_tags body → 200400401404
GET
/wp/v2/tags/{id}
GET /wp/v2/tags/(?P [\d]+)
get_wp_v2_tags_id 2 params → 200400401404
POST
/wp/v2/tags/{id}
POST /wp/v2/tags/(?P [\d]+)
post_wp_v2_tags_id 1 param body → 200400401404
PUT
/wp/v2/tags/{id}
PUT /wp/v2/tags/(?P [\d]+)
put_wp_v2_tags_id 1 param body → 200400401404
PATCH
/wp/v2/tags/{id}
PATCH /wp/v2/tags/(?P [\d]+)
patch_wp_v2_tags_id 1 param body → 200400401404
DELETE
/wp/v2/tags/{id}
DELETE /wp/v2/tags/(?P [\d]+)
delete_wp_v2_tags_id 1 param body → 200400401404
GET
/wp/v2/taxonomies
GET /wp/v2/taxonomies
get_wp_v2_taxonomies 2 params → 200400401404
GET
/wp/v2/taxonomies/{taxonomy}
GET /wp/v2/taxonomies/(?P [\w-]+)
get_wp_v2_taxonomies_taxonomy 2 params → 200400401404
GET
/wp/v2/types
GET /wp/v2/types
get_wp_v2_types 1 param → 200400401404
GET
/wp/v2/types/{type}
GET /wp/v2/types/(?P [\w-]+)
get_wp_v2_types_type 2 params → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
get_wp_v2_users_user_id_application_passwords 2 params → 200400401404
POST
/wp/v2/users/{user_id}/application-passwords
POST /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
post_wp_v2_users_user_id_application_passwords 1 param body → 200400401404
DELETE
/wp/v2/users/{user_id}/application-passwords
DELETE /wp/v2/users/(?P (?:[\d]+|me))/application-passwords
delete_wp_v2_users_user_id_application_passwords 1 param → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords/{uuid}
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
get_wp_v2_users_user_id_application_passwords_uuid 3 params → 200400401404
POST
/wp/v2/users/{user_id}/application-passwords/{uuid}
POST /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
post_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401404
PUT
/wp/v2/users/{user_id}/application-passwords/{uuid}
PUT /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
put_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401404
PATCH
/wp/v2/users/{user_id}/application-passwords/{uuid}
PATCH /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
patch_wp_v2_users_user_id_application_passwords_uuid 2 params body → 200400401404
DELETE
/wp/v2/users/{user_id}/application-passwords/{uuid}
DELETE /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/(?P [\w\-]+)
delete_wp_v2_users_user_id_application_passwords_uuid 2 params → 200400401404
GET
/wp/v2/users/{user_id}/application-passwords/introspect
GET /wp/v2/users/(?P (?:[\d]+|me))/application-passwords/introspect
get_wp_v2_users_user_id_application_passwords_introspect 2 params → 200400401404

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.

WPRestError
object
WordPress REST error envelope observed live on this host (not RFC 9457).
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

davita-wp-rest.yml Raw ↑
Where this information came from

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.