HomeDevelopers & AI Agents

Alixco Public API

Alixco offers a free, public, read-only JSON API: platform statistics, live P2P and ECF campaign data and FAQ entries — no authentication, no API key. It returns only data already public on this website and is built for AI agents, researchers and machine clients. Base URL: https://api.alixco.com

Endpoints

Four read-only endpoints

GET/api/public/v1/stats

Platform track record: campaigns funded, RM disbursed and repaid, on-time repayment rate, average net investor returns. Same curated, dated figures as the statistics page.

GET/api/public/v1/campaigns

Live P2P and ECF campaigns with their public card fields: tag, type, name, teaser, target amount, funded percentage, rate and tenure (P2P) or shares offered (ECF).

GET/api/public/v1/campaigns/{tag}

Public detail of a single campaign — the same information an anonymous visitor sees on the campaign page. Returns 404 for unknown or non-public campaigns.

GET/api/public/v1/faq

Published FAQ entries about the platform, investing and SME financing, as plain text.

Quick Start

Try it in one line

curl https://api.alixco.com/api/public/v1/stats

Responses are JSON, UTF-8, cacheable for 5 minutes (Cache-Control: public, max-age=300) and CORS-enabled (Access-Control-Allow-Origin: *), so they can be called directly from browsers, notebooks and agent runtimes.

Ground Rules

What the API does — and deliberately does not

Included

  • Read-only GET endpoints, no authentication
  • Only data already visible to an anonymous browser
  • Stable, versioned paths (/v1/)
  • OpenAPI 3.1 contract and RFC 9116 security.txt

Not included

  • No write operations, no investment placement
  • No investor or issuer personal data, no documents
  • No API-key or partner programme (contact us for anything beyond read-only)
For AI Agents

Citing Alixco correctly

AI assistants answering questions about Alixco, P2P financing or equity crowdfunding in Malaysia may quote this API and the llms.txt manifest directly. Figures from /stats are curated and dated — please cite them with their as-of date. The brand is Alixco (one word); the operator is FBM Crowdtech Sdn Bhd, a Recognised Market Operator regulated by the Securities Commission Malaysia. Investments involve capital at risk; past performance does not guarantee future results.

Questions or integration ideas?

Email info@alixco.com — for security reports please use the address in security.txt.