Rumah >hujung hadapan web >tutorial js >API Percuma yang Perlu Anda Ketahui dalam 4

API Percuma yang Perlu Anda Ketahui dalam 4

Linda Hamilton
Linda Hamiltonasal
2025-01-12 10:41:42350semak imbas

Free APIs You Need to Know About in 4

API (Antara Muka Pengaturcaraan Aplikasi) ialah alatan penting untuk pembangun, membolehkan mereka menyepadukan perkhidmatan pihak ketiga ke dalam aplikasi mereka. Berikut ialah senarai luas API percuma yang tersedia pada tahun 2024 merentas pelbagai kategori, bersama dengan pautan tapak web, penerangan dan kod sampel untuk setiap satu.

API Permainan

API Komuniti Steam

  • Tapak web: steamcommunity.com/dev

  • Penerangan: Steamworks Web API menyediakan antara muka kepada pelbagai ciri Steam seperti pengesahan pengguna, pengurusan inventori dan data permainan.

Kod Contoh

const fetch = require('node-fetch');

const steamApiKey = 'YOUR_STEAM_API_KEY';
const steamId = 'STEAM_USER_ID';
const url = `http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=${steamApiKey}&steamids=${steamId}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Riot Games

  • Tapak web: developer.riotgames.com

  • Penerangan: Akses data untuk permainan seperti League of Legends, Teamfight Tactics, Valorant dan banyak lagi. Menyediakan data tentang perlawanan, kedudukan, juara dan statistik berkaitan permainan lain.

Kod Contoh

const fetch = require('node-fetch');

const riotApiKey = 'YOUR_RIOT_API_KEY';
const summonerName = 'SUMMONER_NAME';
const url = `https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-name/${summonerName}?api_key=${riotApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Bahasa

API Penjana Penghinaan Jahat

  • Laman web: evilinsult.com/api

  • Penerangan: Hasilkan penghinaan rawak dalam pelbagai bahasa untuk tujuan keseronokan atau ujian.

Kod Contoh

const fetch = require('node-fetch');

const url = 'https://evilinsult.com/generate_insult.php?lang=en&type=json';

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

Fun Translations API

  • Tapak web: funtranslations.com/api

  • Penerangan: Terjemah teks ke dalam pelbagai bahasa yang menyeronokkan seperti Yoda, Shakespeare, Minion speak dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const text = 'Hello, world!';
const url = `https://api.funtranslations.com/translate/yoda.json?text=${encodeURIComponent(text)}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Muzik

API Web Spotify

  • Tapak web: developer.spotify.com/documentation/web-api

  • Penerangan: Akses data muzik seperti album, artis, senarai main dan data pengguna. Kawal main balik Spotify dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const accessToken = 'YOUR_SPOTIFY_ACCESS_TOKEN';
const url = 'https://api.spotify.com/v1/me/player/recently-played';

fetch(url, {
    headers: {
        'Authorization': `Bearer ${accessToken}`
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Keselamatan

Adakah Saya Telah Pwned API

  • Tapak web: haveibeenpwned.com/API/v2

  • Perihalan: Semak sama ada e-mel atau nama pengguna anda telah menjadi sebahagian daripada pelanggaran data. Menyediakan data tentang pelanggaran, tampalan dan pendedahan kata laluan.

Kod Contoh

const fetch = require('node-fetch');

const email = 'test@example.com';
const url = `https://haveibeenpwned.com/api/v2/breachedaccount/${email}`;

fetch(url, {
    headers: {
        'User-Agent': 'Node.js'
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Shodan

  • Tapak web: developer.shodan.io

  • Penerangan: Shodan ialah enjin carian untuk peranti yang disambungkan ke Internet. Ia menyediakan data pada pelbagai pelayan, peranti dan sistem di seluruh dunia.

Kod Contoh

const fetch = require('node-fetch');

const steamApiKey = 'YOUR_STEAM_API_KEY';
const steamId = 'STEAM_USER_ID';
const url = `http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=${steamApiKey}&steamids=${steamId}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Sains & Matematik

API NASA

  • Laman web: api.nasa.gov

  • Penerangan: Akses data daripada set data NASA termasuk foto astronomi, data planet dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const riotApiKey = 'YOUR_RIOT_API_KEY';
const summonerName = 'SUMMONER_NAME';
const url = `https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-name/${summonerName}?api_key=${riotApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Wolfram Alpha

  • Laman web: products.wolframalpha.com/api

  • Penerangan: Menyediakan akses kepada pengetahuan pengiraan Wolfram Alpha yang luas, termasuk pengiraan matematik, analisis data dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const url = 'https://evilinsult.com/generate_insult.php?lang=en&type=json';

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Rangka Kerja Sains Terbuka

  • Tapak web: developer.osf.io

  • Penerangan: Akses data penyelidikan, alatan pengurusan projek dan sumber saintifik lain daripada Rangka Kerja Sains Terbuka.

Kod Contoh

const fetch = require('node-fetch');

const text = 'Hello, world!';
const url = `https://api.funtranslations.com/translate/yoda.json?text=${encodeURIComponent(text)}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API sukan

API NBA

  • Tapak web: any-api.com/nba_com/nba_com/docs/API_Description

  • Penerangan: Akses data pada pasukan NBA, pemain dan permainan.

Kod Contoh

const fetch = require('node-fetch');

const accessToken = 'YOUR_SPOTIFY_ACCESS_TOKEN';
const url = 'https://api.spotify.com/v1/me/player/recently-played';

fetch(url, {
    headers: {
        'Authorization': `Bearer ${accessToken}`
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Apl Web

API Discord

  • Tapak web: discord.com/developers/docs/intro

  • Penerangan: Sepadukan aplikasi anda dengan Discord, membenarkan pengesahan pengguna, pemesejan dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const email = 'test@example.com';
const url = `https://haveibeenpwned.com/api/v2/breachedaccount/${email}`;

fetch(url, {
    headers: {
        'User-Agent': 'Node.js'
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Slack

  • Tapak web: api.slack.com

  • Penerangan: Akses ciri Slack seperti pemesejan, data pengguna dan pengurusan ruang kerja.

Kod Contoh

const fetch = require('node-fetch');

const shodanApiKey = 'YOUR_SHODAN_API_KEY';
const query = 'apache';
const url = `https://api.shodan.io/shodan/host/search?key=${shodanApiKey}&query=${query}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Produk dan Perkara

API Pertanyaan Kereta

  • Laman web: carqueryapi.com

  • Penerangan: Akses data pada kereta, termasuk

maklumat pembuatan, model dan tahun.

Kod Contoh

const fetch = require('node-fetch');

const nasaApiKey = 'YOUR_NASA_API_KEY';
const url = `https://api.nasa.gov/planetary/apod?api_key=${nasaApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Yelp

  • Tapak web: yelp.com/developers

  • Perihalan: Akses data tentang perniagaan tempatan, termasuk ulasan, penilaian dan butiran perniagaan.

Kod Contoh

const fetch = require('node-fetch');

const wolframAppId = 'YOUR_WOLFRAM_APP_ID';
const query = 'integrate x^2';
const url = `http://api.wolframalpha.com/v2/query?input=${encodeURIComponent(query)}&appid=${wolframAppId}&output=json`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Kesihatan

API Healthcare.gov

  • Tapak web: healthcare.gov/developers

  • Penerangan: Akses data tentang pelan penjagaan kesihatan, direktori pembekal dan maklumat berkaitan kesihatan lain.

Kod Contoh

const fetch = require('node-fetch');

const steamApiKey = 'YOUR_STEAM_API_KEY';
const steamId = 'STEAM_USER_ID';
const url = `http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=${steamApiKey}&steamids=${steamId}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Kerajaan & Geografi

API Code.gov

  • Tapak web: code.gov

  • Penerangan: Akses data pada projek perisian kerajaan persekutuan, termasuk repositori kod dan butiran projek.

Kod Contoh

const fetch = require('node-fetch');

const riotApiKey = 'YOUR_RIOT_API_KEY';
const summonerName = 'SUMMONER_NAME';
const url = `https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-name/${summonerName}?api_key=${riotApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Data.gov

  • Tapak web: data.gov/developers/apis

  • Penerangan: Akses pelbagai set data daripada kerajaan AS, termasuk data cuaca, pendidikan dan kesihatan.

Kod Contoh

const fetch = require('node-fetch');

const url = 'https://evilinsult.com/generate_insult.php?lang=en&type=json';

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Data.europa.eu

  • Tapak web: data.europa.eu/en

  • Penerangan: Akses data terbuka daripada institusi dan badan Kesatuan Eropah.

Kod Contoh

const fetch = require('node-fetch');

const text = 'Hello, world!';
const url = `https://api.funtranslations.com/translate/yoda.json?text=${encodeURIComponent(text)}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API TransLoc

  • Tapak web: rapidapi.com/transloc/api/openapi-1-2/details

  • Penerangan: Akses data transit awam masa nyata termasuk ramalan ketibaan, lokasi kenderaan dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const accessToken = 'YOUR_SPOTIFY_ACCESS_TOKEN';
const url = 'https://api.spotify.com/v1/me/player/recently-played';

fetch(url, {
    headers: {
        'Authorization': `Bearer ${accessToken}`
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API makanan

API Fakta Makanan Terbuka

  • Tapak web: world.openfoodfacts.org/data

  • Penerangan: Akses data tentang produk makanan di seluruh dunia, termasuk ramuan, fakta pemakanan dan maklumat alergen.

Kod Contoh

const fetch = require('node-fetch');

const email = 'test@example.com';
const url = `https://haveibeenpwned.com/api/v2/breachedaccount/${email}`;

fetch(url, {
    headers: {
        'User-Agent': 'Node.js'
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Taco Fancy

  • Tapak web: github.com/evz/tacofancy-api

  • Penerangan: Akses data tentang resipi taco, termasuk ramuan dan kaedah penyediaan.

Kod Contoh

const fetch = require('node-fetch');

const shodanApiKey = 'YOUR_SHODAN_API_KEY';
const query = 'apache';
const url = `https://api.shodan.io/shodan/host/search?key=${shodanApiKey}&query=${query}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Projek Sumber Terbuka

API Libraries.io

  • Tapak web: libraries.io/api

  • Penerangan: Akses data pada projek sumber terbuka, termasuk maklumat pergantungan, sejarah versi dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const nasaApiKey = 'YOUR_NASA_API_KEY';
const url = `https://api.nasa.gov/planetary/apod?api_key=${nasaApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Filem dan Komik

API Jenaka Chuck Norris

  • Tapak web: api.chucknorris.io

  • Penerangan: Akses koleksi jenaka Chuck Norris.

Kod Contoh

const fetch = require('node-fetch');

const wolframAppId = 'YOUR_WOLFRAM_APP_ID';
const query = 'integrate x^2';
const url = `http://api.wolframalpha.com/v2/query?input=${encodeURIComponent(query)}&appid=${wolframAppId}&output=json`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Ruang Akhir

  • Tapak web: finalspaceapi.com

  • Penerangan: Akses data daripada rancangan TV Angkasa Akhir, termasuk watak, episod dan banyak lagi.

Kod Contoh

const fetch = require('node-fetch');

const steamApiKey = 'YOUR_STEAM_API_KEY';
const steamId = 'STEAM_USER_ID';
const url = `http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=${steamApiKey}&steamids=${steamId}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Kitsu

  • Tapak web: kitsu.docs.apiary.io

  • Penerangan: Akses data tentang anime dan manga, termasuk maklumat siri, ulasan dan penilaian pengguna.

Kod Contoh

const fetch = require('node-fetch');

const riotApiKey = 'YOUR_RIOT_API_KEY';
const summonerName = 'SUMMONER_NAME';
const url = `https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-name/${summonerName}?api_key=${riotApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Marvel

  • Tapak web: developer.marvel.com

  • Penerangan: Akses data tentang komik, watak dan pencipta Marvel.

Kod Contoh

const fetch = require('node-fetch');

const url = 'https://evilinsult.com/generate_insult.php?lang=en&type=json';

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

PokeAPI

  • Laman web: pokeapi.co

  • Penerangan: Akses data tentang Pokémon, termasuk spesies, kebolehan dan maklumat permainan.

Kod Contoh

const fetch = require('node-fetch');

const text = 'Hello, world!';
const url = `https://api.funtranslations.com/translate/yoda.json?text=${encodeURIComponent(text)}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Rick dan Morty

  • Laman web: rickandmortyapi.com

  • Penerangan: Akses data pada rancangan TV Rick dan Morty, termasuk watak, episod dan lokasi.

Kod Contoh

const fetch = require('node-fetch');

const accessToken = 'YOUR_SPOTIFY_ACCESS_TOKEN';
const url = 'https://api.spotify.com/v1/me/player/recently-played';

fetch(url, {
    headers: {
        'Authorization': `Bearer ${accessToken}`
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Petikan Simpsons

  • Tapak web: thesimpsonsquoteapi.glitch.me

  • Penerangan: Akses koleksi petikan daripada rancangan TV The Simpsons.

Sampel

Kod

const fetch = require('node-fetch');

const email = 'test@example.com';
const url = `https://haveibeenpwned.com/api/v2/breachedaccount/${email}`;

fetch(url, {
    headers: {
        'User-Agent': 'Node.js'
    }
})
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Star Wars

  • Tapak web: swapi.tech

  • Penerangan: Akses data tentang alam semesta Star Wars, termasuk filem, watak, kapal bintang dan planet.

Kod Contoh

const fetch = require('node-fetch');

const shodanApiKey = 'YOUR_SHODAN_API_KEY';
const query = 'apache';
const url = `https://api.shodan.io/shodan/host/search?key=${shodanApiKey}&query=${query}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

API Superhero

  • Laman web: superheroapi.com

  • Penerangan: Akses data tentang pelbagai wira-wira, termasuk kuasa, biografi dan imej mereka.

Kod Contoh

const fetch = require('node-fetch');

const nasaApiKey = 'YOUR_NASA_API_KEY';
const url = `https://api.nasa.gov/planetary/apod?api_key=${nasaApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

Kesimpulan

Senarai komprehensif API percuma untuk tahun 2024 ini merangkumi pelbagai kategori, menawarkan banyak peluang kepada pembangun untuk meningkatkan aplikasi mereka dengan fungsi yang berkuasa dan pelbagai. Daripada permainan dan muzik kepada sains dan data kerajaan, API ini menyediakan sumber yang berharga untuk mencipta projek yang inovatif dan menarik.

Jangan ragu untuk meneroka API ini dan menyepadukannya ke dalam projek anda untuk membuka kunci kemungkinan dan ciri baharu. Selamat mengekod!


? Kekal Terhubung dengan Kami!

Kami sedang membina komuniti di mana inovasi berkembang pesat dan peminat teknologi berkembang bersama. Sertai kami dalam perjalanan kami untuk memberi inspirasi, belajar dan mencipta!

? Teroka Lagi:

  • Discord: Berhubung dengan peminat teknologi
  • WhatsApp: Dapatkan kemas kini masa nyata
  • Telegram: Cerapan dan petua harian

? Ikuti Kami untuk Inspirasi Harian:

  • Instagram: @thecampuscoders
  • LinkedIn: @thecampuscoders
  • Facebook: @thecampuscoders

? Lawati Kami Pada Bila-bila Masa!

? thecampuscoders.com

? Terokai sumber, tutorial dan kemas kini yang menyemarakkan perjalanan teknologi anda!


✨ Mari Bekerjasama, Belajar dan Bina Masa Depan Bersama-sama!

Ada idea atau cadangan? Hubungi kami dan jadilah sebahagian daripada sesuatu yang luar biasa!

? Hubungi Kami: deepak@thecampuscoders.com

Atas ialah kandungan terperinci API Percuma yang Perlu Anda Ketahui dalam 4. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn