🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

bgmd

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bgmd

Bangumi data

latest
Source
npmnpm
Version
0.20251110.0
Version published
Maintainers
1
Created
Source

bgmd

version CI

Bangumi data which is scraped from Bangumi and TMDB.

Usage

npm i bgmd

It exports 3 bundled json file:

  • bgmd: Basic information of all the scraped bangumi subject
  • bgmd/full: Full information (with summary and more) of all the scraped bangumi subject
  • bgmd/calendar: Basic information of the onair bangumis that was onairing at the time of package release
import basic from 'bgmd' with { type: 'json' };

import full from 'bgmd/full' with { type: 'json' };

import calendar from 'bgmd/calendar' with { type: 'json' };

If you don't want to download this large package, you can just use the following cdn to get the latest data.

  • bgmd: https://unpkg.com/bgmd@0/dist/index.json
  • bgmd/full: https://unpkg.com/bgmd@0/dist/full.json
  • bgmd/calendar: https://unpkg.com/bgmd@0/dist/calendar.json

Or use the following helper functions in bgmt/cdn to fetch cdn.

npm i bgmt
import { fetchBasicSubjects, fetchFullSubjects, fetchCalendarSubjects } from 'bgmt/cdn'

// https://unpkg.com/bgmd@0/dist/index.json
await fetchBasicSubjects()

// https://unpkg.com/bgmd@0/dist/full.json
await fetchFullSubjects()

// https://unpkg.com/bgmd@0/dist/calendar.json
await fetchCalendarSubjects()

License

MIT License © 2023 XLor

Keywords

anime

FAQs

Package last updated on 10 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