API
Base URL
https://luxuryhomefloripa.com.br/wp-json/lhf/v1
Endpoint
Listar imóveis com filtros
GET /properties
Parâmetros (query)
page(integer) — número da página — padrão:1per_page(integer) — quantidade de imóveis por página — padrão:20amenity(string) — slug da amenidade ou característica — ex:frente-marneighborhood(string) — slug do bairro — ex:jurere-internacionalcity(string) — slug da cidadecategory(string) — slug da categoria do imóvel — ex:houses,apartmentsstatus(string) — slug do status ou finalidade do imóvel — ex:salebeds(integer) — número mínimo de dormitóriosmin_area(number) — área mínima em m²max_area(number) — área máxima em m²min_price(number) — preço mínimo em BRLmax_price(number) — preço máximo em BRLsearch(string) — busca livre por texto ou código do imóvelorderby(string) — campo de ordenaçãoorder(string) — direção da ordenação:ASCorDESC
Exemplos
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/properties
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/properties?category=casas&min_price=2000000&max_price=4000000&per_page=100
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/properties?amenity=frente-mar&max_price=5000000&beds=3&min_area=120&max_area=200&neighborhood=jurere-internacional
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/properties?category=casas&neighborhood=cacupe&min_price=6000000&max_price=8000000Resposta
{
"page": 1,
"per_page": 20,
"total": 232,
"total_pages": 12,
"items": []
}Endpoint
Listar artigos do blog
GET /artigos
Parâmetros (query)
search(string) — busca livre no título e conteúdocategory(string) — slug da categoria — ex:economy,estilo-de-vida,sportstag(string) — slug da tag — ex:jurere-internacional,vista-marlang(string) — idioma ISO 639-1 — ex:pt,en,es,fr,in,ru— padrão:ptper_page(integer) — quantidade de resultados, máx 50 — padrão:12offset(integer) — paginação — padrão:0orderby(string) —date,titleormodified— padrão:dateorder(string) —DESCorASC— padrão:DESC
Exemplos
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos?categoria=economia&lang=en
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos?tag=jurere-internacional&per_page=5
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos?search=apartamento&lang=fr
GET https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos/{slug}Arquivos oficiais (IA / catálogo)
- API Imóveis:
https://luxuryhomefloripa.com.br/wp-json/lhf/v1/properties - API Artigos:
https://luxuryhomefloripa.com.br/wp-json/lhf/v1/artigos - Catálogo oficial (JSON):
https://luxuryhomefloripa.com.br/portfolio.json - LLMS:
https://luxuryhomefloripa.com.br/llms.txt - LLMS-FULL:
https://luxuryhomefloripa.com.br/llms-full.txt - OpenAPI:
https://luxuryhomefloripa.com.br/openapi.json