Project Pulse
GET
/gateway/v1/project/pulse[DEPRECATED] Use `GET /v1/project/ai-news` instead. This endpoint will continue to work but will not receive new features.
---
Lookup: by UUID (`id`) or name (`q`). Filter by `lang` (en/zh/ja/kr). Returns 404 if not found.
Query Parameters
idstring
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Example:
25c6612a-395c-4974-94eb-3b5f9f4b2ed7qstring
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Example:
ethereumlimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0langenum<string>
Language for AI-generated content
Available options:
enzhjakrExample:
enProject Pulse
OK