Hello there! Fancy meeting you here.
Welcome to my profile. Grab a cup of tea and enjoy the sunset… 🍵
I guess you've come here to discover something about me, so here it is:
I'm a Computer Science undergraduate aiming to become an information research scientist. I find modern technologies curious, fascinating, and inspiring; they bring abstraction and dynamicity into our world in a way that twisted our secular concept of life.
In particular, I'm interested in domains like Bioinformatics, Digital Security, Distributed Systems, and technologies applied to Smart Cities, but I pretty much spend my time with anything that intrigues me. (ノ^ヮ^)ノ*:・゚✧
I'm the maintainer of MetaMAL, a young web portal conceived to expand your daily MyAnimeList experience. The project is still a big work-in-progress and I have (too) many ideas that I would like to implement; for the time being, you can take a look at an extended version of the MAL's seasonal page: MetaMAL.pro/seasonal.
I spend part of my free time studying Japanese. So far I've reached the JLPT N5 level, but I'm slowly climbing my way to the top of the mountain.
Aside from anime and manga, I have other interests as well.
I am a scuba diver; exploring the depth of the sea is a magical experience: underwater life follows its own set of unwritten rules, it feels like a completely different world. If you ever happen to go somewhere near a coral reef, you absolutely cannot leave without at least snorkelling for a while. 🐠
I just found out that Jikan API does have a lot of features that MyAnimeList API. Would it be okay if I use Jikan api with MAL?? A lot of apps on play store like Sushi and MyMAL are using it too. what do you think?
Niceeee, I seen that I did a get after I sent it yesterday lol. I was using form_params instead of asForm too the asForm is much easier. Thanks for the help!
The rest of the API is perfect and easy to call. I had a rough time calling the refresh token though. Here is my code from laravel 8. Do I need to add any extra headers or do you see anything else that I may be missing?
Thanks a lot, your posts and information have been very helpful. I don't want to bother you much more so are there any sources or places I could go to if I needed help?
Your metamal is super interesting ngl. And I agree with the beginner-friendly part of the API lol, the authorisation documentation was not obvious at all first. What language will you make your inbox searcher in? On another note I am the developer for the MAL Discord server and the API is way too limiting for me to do anything reasonable. Still stuck with scraping.
All Comments (53) Comments
Have a nice day too!
The rest of the API is perfect and easy to call. I had a rough time calling the refresh token though. Here is my code from laravel 8. Do I need to add any extra headers or do you see anything else that I may be missing?
$response = Http::withHeaders([
'Content-Type'=> 'application/x-www-form-urlencoded'
])->get('https://myanimelist.net/v1/oauth2/token', [
'grant_type' => 'refresh_token',
'refresh_token' => $refreshToken
]);
Thanks in advance!
My query is: https://api.myanimelist.net/v2/users/@me/animelist?fields=broadcast,status,synopsis,alternative_titles,id,my_list_status,num_episodes&limit=1000
The issue is simply that it will not show up when asking for the data.
If its too much trouble I can try to get in contact with Xinil or whoever else.
Thank you
Hope you won't encounter too much trouble, like cease and desist kinda stuff.
Good luck!