Documentation

Everything you need to integrate with RubabAPI

Getting Started

Welcome to RubabAPI! This guide will help you make your first API call in under 5 minutes. 1. Create a free account at rubabapi.com/register 2. Navigate to your Dashboard and generate an API key 3. Browse the API marketplace and subscribe to an API 4. Use your API key to make authenticated requests Your API key is your identity on the platform. It tracks your usage, enforces rate limits, and ensures you have access to the APIs you have subscribed to.
# Install the RubabAPI CLI
npm install -g @rubabapi/cli

# Authenticate with your API key
rubabapi auth login

# Test your first API call
rubabapi test weather-pro /v2/current --lat 40.7128 --lon -74.006