memrootじしょ
英和翻訳
Web API
diffident
answerable
scheme of work
atomize
Web API
/wɛb ˌeɪ piː ˈaɪ/
ウェブエーピーアイ
1.
ウェブアプリケーション間で情報をやり取りするためのインターフェース。
Web APIは、インターネットを通じて他のアプリケーションやサービスと情報を交換するための標準的な方法を提供します。これにより、開発者は既存の機能やデータを利用して新しいアプリケーションを構築できます。
Our
new
application
integrates
with
the
Google
Maps
Web
API
to
display
location
data.
(当社の新しいアプリケーションは、位置データを表示するためにGoogle Maps Web APIと統合しています。)
Our new application
私たちの新しいアプリケーション(ソフトウェア)
integrates with
~と連携する、統合する
the Google Maps Web API
GoogleマップのWeb API
to display location data
位置情報を表示するために
Developers
often
use
Web
APIs
to
access
third-party
services
like
weather
data
or
payment
gateways.
(開発者は、天気データや決済ゲートウェイのようなサードパーティのサービスにアクセスするためにWeb APIをよく利用します。)
Developers often use
開発者は頻繁に利用する
Web APIs
ウェブAPI(アプリケーションプログラミングインターフェース)の複数形
to access third-party services
外部の(第三者の)サービスにアクセスするために
like weather data or payment gateways
天気データや決済サービスのような
Before
using
this
Web
API,
make
sure
to
read
the
documentation
carefully.
(このWeb APIを使用する前に、必ずドキュメントをよく読んでください。)
Before using
~を使用する前に
this Web API
このウェブAPI
make sure to read
必ず読むようにする
the documentation carefully
(関連する)ドキュメントを注意深く
2.
ウェブ技術(HTTPなど)に基づいて構築された、システム間の通信を可能にするAPIの一種。特に、RESTの原則に従ったRESTful APIを指すことが多い。
Web APIは、広範な概念ですが、現代のウェブ開発で最も一般的に言及されるのは、HTTPプロトコルを利用し、リソース指向の設計原則(REST)に従ったものです。これにより、クライアントとサーバーが標準化された方法でデータをやり取りできます。
Many
modern
web
services
expose
their
functionality
through
a
RESTful
Web
API.
(多くの現代のウェブサービスは、RESTful Web APIを通じてその機能を提供しています。)
Many modern web services
多くの現代のウェブサービス
expose their functionality
その機能(性能)を公開する、提供する
through a RESTful Web API
RESTfulなWeb APIを通じて
Learning
how
to
interact
with
different
Web
APIs
is
crucial
for
full-stack
developers.
(異なるWeb APIと連携する方法を学ぶことは、フルスタック開発者にとって非常に重要です。)
Learning how to interact with
~と連携する方法を学ぶこと
different Web APIs
異なるウェブAPI
is crucial for
~にとって非常に重要である
full-stack developers
フロントエンドとバックエンドの両方を扱う開発者
The
company
released
a
public
Web
API
for
developers
to
build
custom
integrations.
(その会社は、開発者がカスタム統合を構築できるように公開Web APIをリリースしました。)
The company released
その会社はリリースした(公開した)
a public Web API
一般公開されたウェブAPI
for developers to build
開発者が構築できるように
custom integrations
独自の(カスタマイズされた)連携機能
関連
REST API
SOAP
GraphQL
HTTP
JSON
XML
API Gateway
SDK
Microservices