Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@lrclib.js/api-types

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lrclib.js/api-types

A library for interacting with lrclib.net API

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

A library for interacting with lrclib.net API

npm i @lrclib.js/api-types

Usage

import { type APIOptions, type APIResponse, Routes } from '@lrclib.js/api-types';

const options: APIOptions.Get.Search = {
    q: 'Afterglow Taylor Swift'
};

const response: APIResponse.Get.SearchQuery = await fetch(
    Routes[`/api/search`](options)
).then(res => res.json());

FAQs

Package last updated on 29 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts