Skip to main content
The following Content Delivery Service endpoints are deprecated. They still function but will be removed in a future version. Use the modern replacements listed below.
Migration Required: All deprecated endpoints should be replaced with the Post Listing endpoint using query filters.

Migration Guide

Deprecated EndpointReplacement
Posts by Category /posts_by_category/{id}//posts/?categories.id__eq={id}
Posts by Tag /posts_by_tag/{id}//posts/?tags.id__eq={id}
Posts by Author /posts_by_author/{id}//posts/?contributors.id__eq={id}
Latest Posts /latest-posts/{type}//posts/?type__eq={type}
Homepage /homepage//posts/
Related Posts /related-posts/{id}//posts/?primary_category.id__eq={category_id}
Featured Posts /featured-posts/No direct replacement
Post by Slug /posts_by_slug/{slug}//post/{slug}/
Search Posts /search//posts/?title__contains={term}