banner_jpg
Username/Email: Password:
Forums

Is there an API

Pages (2) [ 1 2 ] Next
You must be registered to post!
From User
Message Body
Member

3:08 am, Oct 28 2013
Posts: 21


For a local manga library, I'd like to develop a search computer that goes beyond their own collection. I thought, with the future in mind, that I'd try the biggest database available.

Is there a public or private API to search for manga by keywords and obtain manga data fields like the Description, Latest Release, etc.?

It's a small library, so I don't expect more than 500~1000 queries per day, and don't mind it being throttled at that.

user avatar
bishounen lover
Member

12:53 pm, Oct 28 2013
Posts: 445


Sounds like you want to create a smaller version of the website you're currently on?

Well anyway, a standard database would do what you want. I'm not sure what exactly you're considering to be keywords, whether you'd explicitly make a list of keywords for each series, or you'd look through all the title, description fields etc for the search term, but all that could be done with standard SQL database and searched through using queries. There's no real need for any other APIs (other than the ones you'll need to build the interface).

If you really feel that's not enough, You could implement something like Google's Custom Search API, However that won't search directly through your database, I don't believe, but through the pages created for each series. I wouldn't think this would be necessary unless you found it easier to implement or use.

If I'm not answering your question well enough, could you tell me what you want your site/program to do that this site doesn't already do?

Last edited by Sapphiresky at 1:09 pm, Oct 28 2013

Post #619151
user avatar


4:58 pm, Oct 28 2013
Posts: 2658


We're working on an API as part of the site modernization tasks. Unfortunately, this is not available yet. We will make an announcement once we release it.

Post #619908 - Reply to (#619151) by Manick
user avatar
Member

8:10 pm, Nov 4 2013
Posts: 50


Quote from Manick
We're working on an API as part of the site modernization tasks.

This sounds rad! Will it provide all functionality available through the site? I'd like to implement lightweight SPA client for personal use, so proper API would come in handy.

user avatar
Member

7:36 am, Mar 12 2015
Posts: 50


So, any progress on this? It's already been ~1.5 years, pretty much enough time to write an API several times over.

Member

8:37 pm, Mar 17 2015
Posts: 8


I'm quite interested in this as well.

Currently, I'm doing plain HTML scraping, and it's not too efficient (or bug free).

user avatar
Member

2:54 am, Oct 9 2015
Posts: 50


Bump.

user avatar
Saiko Scans
Member

5:51 am, Mar 20 2016
Posts: 16


Anything 'API' related yet? lol

________________
Thank You,
Saiko Scans
Member

5:14 am, Apr 12 2016
Posts: 4


I think there may be a need for more developers. Looks like they're shorthanded.

user avatar
Member

9:24 pm, Nov 14 2016
Posts: 50


Bump.

Post #688028
Member

4:23 am, Jan 27 2017
Posts: 1


Bump

user avatar
Member

5:21 pm, Mar 18 2017
Posts: 2


I'd really love for this be a thing but it seems like it may never happen at this rate. cry

Post #689433
user avatar


6:02 pm, Mar 18 2017
Posts: 2658


You can add &output=json or &output=xml or &output=jsonp etc to the search and it will output in those formats ... will only give the first 50 pages though. That's been there for years.

Also doesn't do descriptions or anything at this time. Kinda started this project a while back and never got anywhere.

example: https://www.mangaupdates.com/series.html?letter=A&outp ut=jsonp&page=5

Post #759112
Member

11:02 pm, Apr 19 2018
Posts: 35


bump

user avatar
Member

6:08 pm, May 7 2018
Posts: 46


Does "output in those formats" are easier for the server ?

________________
My perfect sentence when someone suspect me : "I'm not suspect, it's not me I swear"
Pages (2) [ 1 2 ] Next
You must be registered to post!