TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Marvel API

239 pointsby gavrehover 6 years ago

21 comments

JakeWesorickover 6 years ago
The following default rules apply to all Apps:<p>Advertising. No advertising or sponsorship of any kind may appear on or be associated with any App (unless included in the Content made available by Marvel).<p>No Charge. All Apps must be offered free of charge to download or otherwise access and may not contain any in-App purchase features or any other method of monetization, unless approved in writing by Marvel pursuant to a separate written agreement as described below.<p>If you are interested in creating an App that is paid and&#x2F;or contains monetization features, please contact us at Marvel-api-help@marvel.com to discuss a potential business relationship. All for-profit Apps must be pre-approved in writing by Marvel (such approval to be granted or withheld in Marvel&#x27;s sole discretion). To the extent any for-profit Apps are approved in writing by Marvel (in its sole discretion), you will be solely responsible for any and all taxes due in connection with the distribution of such App in any territory.
评论 #18276645 未加载
评论 #18276540 未加载
评论 #18295652 未加载
shaunpersadover 6 years ago
I love finding obscure APIs. Here&#x27;s the Campbells Soup one: <a href="https:&#x2F;&#x2F;developer.campbellskitchen.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developer.campbellskitchen.com&#x2F;</a>
评论 #18279359 未加载
评论 #18277887 未加载
ImJasonHover 6 years ago
I made a Go client for this a few years ago, not sure if it still works: <a href="https:&#x2F;&#x2F;github.com&#x2F;imjasonh&#x2F;go-marvel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;imjasonh&#x2F;go-marvel</a><p>I used it to make a gif of Uncanny X-Men covers throughout time: <a href="http:&#x2F;&#x2F;www.imjasonh.com&#x2F;dump&#x2F;2258.gif" rel="nofollow">http:&#x2F;&#x2F;www.imjasonh.com&#x2F;dump&#x2F;2258.gif</a>
评论 #18279828 未加载
评论 #18278613 未加载
ceauteryover 6 years ago
A few years ago I built a toy app for the Marvel API as a code challenge for a consulting job: <a href="https:&#x2F;&#x2F;github.com&#x2F;ceautery&#x2F;sixDegreesOfSpidey" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ceautery&#x2F;sixDegreesOfSpidey</a><p>It&#x27;s cute, but needs updated for a security vulnerability in jQuery, and I need to dig in and see why the mocha test for Absorbing Man got borked... although y&#x27;all are welcome to submit PRs if you&#x27;re still looking for Hacktoberfest credits.<p>The README contains some of the oddities I found in the API, like some search types are more reliable than others, everyone eventually teams up with Iron Man or Wolvie, and the data is pretty incomplete (which makes sense if you have 79 years worth of data to compile from printed media).<p>* EDIT * - I&#x27;ve done the cardinal sin of leaving my API keys in the project. Marvel doesn&#x27;t currently give you a way to generate new keys (that I could find), so enjoy while you can, but you should probably sign up your own account once my keys start hitting their API limit.
amyjessover 6 years ago
That reminds me of a project I&#x27;ve always wanted to do but keep putting on the backburner: for a while now, I&#x27;ve been wanting to scrape the Unofficial Handbook of Marvel Comics Creators (UHBMCC) [0] and turn it into an actual database that I can run arbitrary queries on instead of just a collection of flat files (it&#x27;s a very well-put-together collection of flat files, though). Fortunately they provide an offline version (in the form of CAB files of all things!) so I&#x27;d be able to do everything without hammering their server.<p>IMO, when it comes to Marvel comics, they&#x27;re a much more useful resource than even the GCD (and part of this is their UI: it may be dated, but putting all the information for a series on one page is ten times better than the GCD&#x27;s issue-by-issue interface).<p>(so, several years ago I did do some scraping of a very old version of the UHBMCC, but it&#x27;s really outdated, I used some awful scraping tools, and I just stored everything in pickled Python objects rather than a database... if I were to start the project up again, I&#x27;d want to do it right from the start)<p>[0] <a href="http:&#x2F;&#x2F;maelmill-insi.de&#x2F;UHBMCC&#x2F;" rel="nofollow">http:&#x2F;&#x2F;maelmill-insi.de&#x2F;UHBMCC&#x2F;</a>
i_am_nomadover 6 years ago
It’s a little unsettling that the character they chose for the API’s splash page is Ultron.
评论 #18277415 未加载
评论 #18277695 未加载
评论 #18277375 未加载
dangover 6 years ago
Discussed in 2014: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7648860" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7648860</a>
mrollover 6 years ago
I wish I could see the API docs w&#x2F;out signing up. Like what endpoints are available, etc.
评论 #18276315 未加载
评论 #18276322 未加载
评论 #18276326 未加载
jresseyover 6 years ago
I was in until they asked me to join their stupid rewards program to get an API key.
weejover 6 years ago
A colleague of mine created graph visualization of the entire Marvel ecosystem (content creators) several years back when the marvel API launched: Blog Post: <a href="http:&#x2F;&#x2F;allthingsgraphed.com&#x2F;2015&#x2F;04&#x2F;09&#x2F;a-matter-of-degrees&#x2F;" rel="nofollow">http:&#x2F;&#x2F;allthingsgraphed.com&#x2F;2015&#x2F;04&#x2F;09&#x2F;a-matter-of-degrees&#x2F;</a><p>Direct Link to generated SVG: <a href="http:&#x2F;&#x2F;allthingsgraphed.com&#x2F;public&#x2F;images&#x2F;marvel&#x2F;avengers.svg" rel="nofollow">http:&#x2F;&#x2F;allthingsgraphed.com&#x2F;public&#x2F;images&#x2F;marvel&#x2F;avengers.sv...</a>
caseysoftwareover 6 years ago
I did a writeup and launched a simple SDK around this back in 2014 when it launched: <a href="https:&#x2F;&#x2F;caseysoftware.com&#x2F;blog&#x2F;marvel-api-helper-library" rel="nofollow">https:&#x2F;&#x2F;caseysoftware.com&#x2F;blog&#x2F;marvel-api-helper-library</a>
stevewillowsover 6 years ago
Here&#x27;s a fun list of JSON APIs -- <a href="https:&#x2F;&#x2F;github.com&#x2F;toddmotto&#x2F;public-apis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;toddmotto&#x2F;public-apis</a>
thedanglerover 6 years ago
I can&#x27;t seem to get back Image result for a character. I want a way to see all the different art for one character. Anyone manage to get back multiple Image results for a character?
xg15over 6 years ago
This would have been a perfect use-case for an RDF store. But of course, the world has moved into different directions, so we get a rate-limited web-api instead.
kaycebasquesover 6 years ago
What do you all think of their documentation? I don&#x27;t have a specific reason for asking, other than that I&#x27;m a technical writer and this is a good opportunity to &quot;pick your brains&quot; [1] as they say...<p>[1] Weird phrase...
muhneeshover 6 years ago
A cool use case would be if they open sourced their designs for use in prototypes - it would be super compelling to pitch an app with Iron Man or Captain America as the central user.
rkuykendall-comover 6 years ago
Python 3 wrapper I wrote: <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;marvelous&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;marvelous&#x2F;</a>
euparkeriaover 6 years ago
It would be interesting feed an AI to generate new heroes names and biographies.
baneover 6 years ago
I wonder how this compares to the info in comicvine?
chocksover 6 years ago
this is pretty cool. look like its built with swagger-ui, so we can play around with the endpoints a little bit.
hammerbrostimeover 6 years ago
Somebody get Scott McCloud for comment