RouterOS website screenshot

RouterOS

RouterOS is MikroTik's powerful network operating system designed for managing routers, switches, access points, and other network devices. It provides a comprehensive REST API (v7.1+) and a TCP-based binary API for programmatic management of IP addresses, interfaces, firewall rules, routing, VPN configurations, DHCP, DNS, and system resources. RouterOS powers MikroTik hardware and can also be deployed as a virtual machine (CHR).

RouterOS publishes 10 APIs on the APIs.io network, including Bridge API, DHCP API, DNS API, and 7 more. Tagged areas include Networking, Routers, Network Management, Firewall, and MikroTik.

The RouterOS catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

RouterOS’s developer surface includes authentication, documentation, and 9 more developer resources.

49.7/100 developing ▼ -6.3 Agent 34/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
11 APIs
NetworkingRoutersNetwork ManagementFirewallMikroTik

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 49.7/100 · developing
Contract Quality 17.5 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 8.3 / 12
Discoverability 7.4 / 10
Agent readiness — 34/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/routeros: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 11

Individual APIs this provider publishes, each with its own machine-readable definition.

RouterOS TCP API

The RouterOS TCP API is the native binary protocol for RouterOS, running on TCP port 8728 (standard) and TCP port 8729 (SSL/TLS). It uses a sentence-based word protocol with var...

RouterOS Bridge API

Bridge interface management

RouterOS DHCP API

DHCP server and client management

RouterOS DNS API

DNS cache and configuration

RouterOS Firewall API

Firewall rules, NAT, and address lists

RouterOS Interface API

Network interface management

RouterOS IP Address API

IP address configuration and management

RouterOS Routing API

Routing tables, BGP, OSPF, and static routes

RouterOS System API

System information, identity, and scripts

RouterOS VPN API

VPN tunnels and configurations

RouterOS Wireless API

Wireless interface and station management

Scroll for all 11

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

RouterOS REST API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Routeros Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Routeros Context

0 classes · 24 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

RouterOS API Rules

5 rules · 3 warnings 2 info

SPECTRAL

RouterOS API Rules

10 rules · 6 warnings 2 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

RouterOS Firewall Filter Rule

15 properties

JSON SCHEMA

RouterOS Interface

8 properties

JSON SCHEMA

RouterOS IP Address

7 properties

JSON SCHEMA

JSON Structure 1

JSON Structure definitions describing this provider's data shapes.

Routeros Ip Address Structure

0 properties

JSON STRUCTURE

Examples 3

Example request and response payloads for these APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Routeros Authentication

http · 1 scheme

SECURITY

Routeros Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Routeros Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Routeros Agentic Access

35 operations · 15 acting

35 operations · 15 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: routeros
name: RouterOS
description: RouterOS is MikroTik's powerful network operating system designed for managing routers, switches, access points,
  and other network devices. It provides a comprehensive REST API (v7.1+) and a TCP-based binary API for programmatic management
  of IP addresses, interfaces, firewall rules, routing, VPN configurations, DHCP, DNS, and system resources. RouterOS powers
  MikroTik hardware and can also be deployed as a virtual machine (CHR).
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/routeros.png
tags:
- Networking
- Routers
- Network Management
- Firewall
- MikroTik
url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/apis.yml
created: '2024-11-07'
modified: '2026-05-19'
specificationVersion: '0.19'
apis:
- aid: routeros:routeros-tcp-api
  name: RouterOS TCP API
  description: The RouterOS TCP API is the native binary protocol for RouterOS, running on TCP port 8728 (standard) and TCP
    port 8729 (SSL/TLS). It uses a sentence-based word protocol with variable-length encoding, supporting tagged concurrent
    commands, streaming changes via /listen, and cancellation. Used by most RouterOS client libraries (Python, PHP, Java,
    Go, etc.).
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  baseURL: tcp://{router-ip}:8728
  version: 6.43+
  tags:
  - Networking
  - Router Management
  - TCP API
  - Binary Protocol
  properties:
  - url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
    type: Documentation
  - url: https://wiki.mikrotik.com/wiki/Manual:API
    type: Documentation
- aid: routeros:routeros-bridge-api
  name: RouterOS Bridge API
  description: Bridge interface management
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - Bridge
  properties:
  - type: OpenAPI
    url: openapi/routeros-bridge-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-dhcp-api
  name: RouterOS DHCP API
  description: DHCP server and client management
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - DHCP
  properties:
  - type: OpenAPI
    url: openapi/routeros-dhcp-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-dns-api
  name: RouterOS DNS API
  description: DNS cache and configuration
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - DNS
  properties:
  - type: OpenAPI
    url: openapi/routeros-dns-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-firewall-api
  name: RouterOS Firewall API
  description: Firewall rules, NAT, and address lists
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - Firewall
  properties:
  - type: OpenAPI
    url: openapi/routeros-firewall-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-interface-api
  name: RouterOS Interface API
  description: Network interface management
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - Interface
  properties:
  - type: OpenAPI
    url: openapi/routeros-interface-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-ip-address-api
  name: RouterOS IP Address API
  description: IP address configuration and management
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - IP Address
  properties:
  - type: OpenAPI
    url: openapi/routeros-ip-address-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-routing-api
  name: RouterOS Routing API
  description: Routing tables, BGP, OSPF, and static routes
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - Routing
  properties:
  - type: OpenAPI
    url: openapi/routeros-routing-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-system-api
  name: RouterOS System API
  description: System information, identity, and scripts
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - System
  properties:
  - type: OpenAPI
    url: openapi/routeros-system-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-vpn-api
  name: RouterOS VPN API
  description: VPN tunnels and configurations
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - VPN
  properties:
  - type: OpenAPI
    url: openapi/routeros-vpn-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- aid: routeros:routeros-wireless-api
  name: RouterOS Wireless API
  description: Wireless interface and station management
  humanURL: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  baseURL: https://{router-ip}/rest
  tags:
  - Wireless
  properties:
  - type: OpenAPI
    url: openapi/routeros-wireless-api-openapi.yml
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579162/REST+API
  - type: Documentation
    url: https://help.mikrotik.com/docs/spaces/ROS/pages/47579160/API
  - type: SpectralRules
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/rules/routeros-rules.yml
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-ip-address-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-interface-schema.json
  - type: JSONSchema
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-schema/routeros-firewall-filter-schema.json
  - type: JSONStructure
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-structure/routeros-ip-address-structure.json
  - type: JSONLDContext
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-ip-addresses-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-list-firewall-filters-example.json
  - type: Examples
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/examples/routeros-get-system-resource-example.json
  - type: Vocabulary
    url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
common:
- type: AgenticAccess
  url: agentic-access/routeros-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/routeros-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/routeros-domain-security.yml
- type: Authentication
  url: authentication/routeros-authentication.yml
- type: Website
  url: https://mikrotik.com
- type: Documentation
  url: https://help.mikrotik.com/docs/spaces/ROS
- type: GitHubOrg
  url: https://github.com/mikrotik
- type: Forums
  url: https://forum.mikrotik.com
- type: Wiki
  url: https://wiki.mikrotik.com
- type: Vocabulary
  url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/vocabulary/routeros-vocabulary.yml
- type: JSONLDContext
  url: https://raw.githubusercontent.com/api-evangelist/routeros/refs/heads/main/json-ld/routeros-context.jsonld
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com