I use Google Book API for one React project. All works right but I want to translate categories infos because my app is for the french market.
Now for a title I have categories in english only. Can I translate this with the API ? I try language=fr but that's not work.
Any ideas ?
Related
hope everyone is doing well. I just got done with a udemy course on react native and am in the process of making my first practice app. It is a book app. I wanted to add a section where users can read reviews about the book from other people. I want to have a rating system and the whole lot. I just wanted to know if there's any way to import those Google book reviews (rating and comments) into my react native app? It could be reviews from any genuine website but I just wanted to know if I can import anything at all. Searching this on Google just points me to the google in app review api which is not at all what I'm looking for at the moment.
Update 27/12/21: As advised in the comments, I've tried searching for Book APIs. Google Books API doesn't seem to return any public ratings or reviews. Goodreads API doesn't work anymore. I dont think there are any other APIs that return public ratings. I think the New York Times API just returns their own review. That's all. What do you suggesst I do?
You need to find a good website that rates books for example amazon and then fetch from there API what ever you need from what ever they offer .
I looked everywhere and I couldn't find what I'm looking for, I would like to develop for me a small app that based on a movie or tv show name, that tell me where I can see it for free/paid whatever.
Exactly like this:
EXAMPLE
Does anybody knows where to look for in the Google API documentation ? Thanks
The question is very simple how to get Apple search ads popularity index for any given keyword?
It's possible since i see a lot of ASO tools provide such metric. But there are not any open API documentation how to get this data.
For getting search popularity index you can also google for chrome extension like „ Apple Search Ads Search Popularity for ASO“
If you want to check your app ranking or get keyword suggestions for different appstore countries you can use this app https://applab.cloud ( I am from Germany and getting insights from US AppStore with this app )
Looks like the only way is to parse searchads.apple.com to get one. Or to use Jailbroken iPhone to create requests and get responses directly from App Store.
I have a book recommendation project for school, and I want to add a picture for each book. I was thinking I could use a search engine API to return the first result, but I'm having trouble with them:
The Google .NET Api seems to be unsupported
The Bing API
The Flickr Api is well documented and it actually works, but the images on there aren't what I'm looking for
Have you tried http://jpg.to ?
[searchterm].jpg.to
i.e.
http://programmingfordummies.jpg.to/
http://clockworkorange.jpg.to/
http://fantasticmrfox.jpg.to/
Can i have autocomplete with ajax to get countries from google maps api.
When someone type "United" to search on google maps api for that country and to show results for similar ?
Can you give me example, or link to that solution for google maps api ?
Have a look at the Google Places Autocomplete API. Here is a blog post to get you going.