comichron-data / api

JSON API for monthly sales data from comichron.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comichron-data/api

JSON api for monthly sales data from comichron.com

Routes

See urls.md.

Versioning

The version number of this api is in package.json.

This project follows Semver

  • Major version number changes - Existing API clients may be broken and should be updated
  • Minor version number changes - No change necessary to existing clients
  • Patch version number changes - No change necessary to existing clients

FAQ

1. Where did this data come from?

It was compiled by the fine folks at http://www.comichron.com/.

2. How good is this data?

It's okay but it has a lot of caveats.

These numbers are estimates of issues sold to comic shops in North America. That means

  • Digital sales are not included
  • Sales outside of North America are not included
  • Sales in book stores and at conventions are not included
  • Trade paperback sales are not accounted for
  • If a comic didn't sell enough to make the top ~300 for a given month, there is no data for it. So it looks like zero when it could have been a couple thousand.
  • Issues that come out early in the month will have better by-month numbers than issues coming out later in the month.

For more discussion listen to Off Panel podcast episode 124 and read the Comichron FAQ.

3. What about comics that reuse issue numbers?

The by-issue data for that comic will be weird.

Related Projects

https://github.com/comichron-data

About

JSON API for monthly sales data from comichron.com


Languages

Language:JavaScript 99.1%Language:HTML 0.9%