LopRok LogoLoprok/Developer Platform
OverviewBeats APITeels APIAnalytics APIEmbed Widgets
Switch to SupportMain App
← Back to Developer Portal
Developer Reference / beats-api

Beats & Instrumental Catalog API

RESTful endpoint for searching, filtering, and querying beat stems, genres, BPMs, and licensing terms.

GET /v1/beats/searchv1.0 REST API

Overview & Usage

The Beats API allows developers to search Loprok's global instrumental database. Filter beats by genre (Afrobeats, Amapiano, Trap, Drill), key, tempo (BPM), lease rights, and creator pricing.

Code Example & Request Syntax

// Search Afrobeats Instrumentals
fetch('https://developer.loprok.com/v1/beats/search?genre=afrobeats&bpm_min=100&bpm_max=125&limit=10', {
  headers: {
    'Authorization': 'Bearer YOUR_LOPROK_API_KEY',
    'Content-Type': 'application/json'
  }
})
.then(res => res.json())
.then(data => console.log(data));
Explore All APIs
LopRok LogoLoprok

Music creation, streaming APIs, beat licensing marketplace, and creator monetization platform.

Developers

  • Overview
  • Beats & Catalog API
  • Teels Stream API
  • Creator Royalties API
  • Embed Player Widgets

Support Center

  • Help Desk
  • Submit Ticket
  • Share Feedback
  • Monetization & Payouts
  • Beat Rights & Copyright
  • Producer Verification

Platform & Legal

  • Loprok Main App
  • Terms of Service
  • Privacy Policy
  • Cookie Policy
  • Data Register
© 2026 Loprok Inc. All rights reserved.
TwitterGitHubDiscord
Home
Timeline
Profile