PASAR API
Largest open database of companies — aggregates Malaysian SSM (ROC/ROB) records alongside 130+ jurisdictions. REST API returns JSON; free API token via self-serve signup (rate-limited), paid plans for higher volume, and free access for open-data projects under the same open licence. MY data included.
View docs ↗ More Data & enrichment APIs# OpenCorporates ~ open company registry data needs an API key ~ get yours at: # https://api.opencorporates.com/documentation/API-Reference curl 'https://api.opencorporates.com/v0.4' \ -H 'X-API-Key: YOUR_API_KEY'
I'm integrating a Malaysia API into my app. API: OpenCorporates ~ open company registry data Provider: OpenCorporates Auth: requires an API key (sign up: https://api.opencorporates.com/documentation/API-Reference) Pricing: freemium Base URL: https://api.opencorporates.com/v0.4 Important note: Largest open database of companies — aggregates Malaysian SSM (ROC/ROB) records alongside 130+ jurisdictions. REST API returns JSON; free API token via self-serve signup (rate-limited), paid plans for higher volume, and free access for open-data projects under the same open licence. MY data included. Source: OpenCorporates (https://api.opencorporates.com/documentation/API-Reference) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-06-28 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.