Hiyomihiyomi.hashnode.dev·Apr 24, 2024Are You an Otaku? - Fetching Anime details with Jikan APIProject Structure Jikan API Jikan API is a free open-source anime API platform providing endpoints for various anime data-related functionalities. It is free, no API key is required, and gives real-time data, along with well-maintained documentation....1 likePython
Namya Shahbigsmoke.hashnode.dev·Dec 25, 2023Python Requests ModuleFunctions for Making Requests: requests.request(): Sends a request to a specified URL with customizable parameters. requests.get(): Sends a GET request to the specified URL. requests.post(): Sends a POST request to the specified URL with data in t...get requests
Adekunle Adefokunadefokun.hashnode.dev·Aug 15, 2023Retrieving and Displaying Weather Data using Python and the OpenWeatherMap APIWe will demonstrate how to use Python, along with the requests library, to fetch and display weather data from the OpenWeatherMap API. This solution can be beneficial for creating weather-related applications or integrating weather information into v...APIs