Skip to main content
GET
/
api
/
public
/
recommendations
Recomendações anônimas
curl --request GET \
  --url https://services.staging.app.dados.rio/catalogo/api/public/recommendations
{
  "context": "homepage",
  "items": [
    {
      "bairros": [
        "<string>"
      ],
      "id": "<string>",
      "image_url": "<string>",
      "modalidade": "<string>",
      "organization": "<string>",
      "score": 123,
      "score_breakdown": {},
      "short_desc": "<string>",
      "source": "salesforce",
      "tags": [
        "<string>"
      ],
      "title": "<string>",
      "type": "service",
      "url": "<string>"
    }
  ],
  "personalized": true
}

Query Parameters

cluster_hint
string

Bairro ou faixa etária (ex: Tijuca, 25-34)

types
string[]

Tipos: service, course, job, mei_opportunity

limit
integer

Máximo de itens, max 50 (default: 10)

context
string

Contexto: homepage, after_search, profile

Response

OK

context
enum<string>
Available options:
homepage,
after_search,
profile
items
object[]
personalized
boolean