색인미확인수명주기 미확인품질 미측정구조화 한국어 안내 · 문장 번역 전

D&D 5e API

dnd5eapi.co에서 제공하는 문서·기록 분야의 API 제품입니다. 확인된 분류 신호는 검색·조회, 문서 처리, OCR·텍스트 추출, 인증·계정입니다.

영문 원문 보기
D&D 5e API

Introduction Welcome to the dnd5eapi, the Dungeons & Dragons 5th Edition API! This documentation should help you familiarize yourself with the resources available and how to consume them with HTTP requests. Read through the getting started section before you dive in. Most of your problems should be solved just by reading through it. Getting Started Let's make our first API request to the D&D 5th Edition API! Open up a terminal and use [curl](http://curl.haxx.se/) or [httpie](http://httpie.org/) to make an API request for a resource. You can also scroll through the definitions below and send requests directly from the endpoint documentation! For example, if you paste and run this curl command: bash curl -X GET "https://www.dnd5eapi.co/api/ability-scores/cha" -H "Accept: application/json" We should see a result containing details about the Charisma ability score: bash { "index": "cha", "name": "CHA", "full name": "Charisma", "desc": [ "Charisma measures your ability to interact effectively with others. It includes such factors as confidence and eloquence, and it can represent a charming or commanding personality.", "A Charisma check might arise when you try to influence or entertain others, when you try to make an impression or tell a convincing lie, or when you are navigating a tricky social situation. The Deception, Intimidation, Performance, and Persuasion skills reflect aptitude in certain kinds of Charisma checks." ], "skills": [ { "name": "Deception", "index": "deception", "url": "/api/skills/deception" }, { "name": "Intimidation", "index": "intimidation", "url": "/api/skills/intimidation" }, { "name": "Performance", "index": "performance", "url": "/api/skills/performance" }, { "name": "Persuasion", "index": "persuasion", "url": "/api/skills/persuasion" } ], "url": "/api/ability-scores/cha" } Authentication The dnd5eapi is a completely open API. No authentication is required to query and get data. This also means that we've limited what you can do to just GET -ing the data. If you find a mistake in the data, feel free to [message us](https://discord.gg/TQuYTv7). GraphQL This API supports [GraphQL](https://graphql.org/). The GraphQL URL for this API is https://www.dnd5eapi.co/graphql . Most of your questions regarding the GraphQL schema can be answered by querying the endpoint with the Apollo sandbox explorer. Schemas Definitions of all schemas will be accessible in a future update. Two of the most common schemas are described here. APIReference Represents a minimal representation of a resource. The detailed representation of the referenced resource can be retrieved by making a request to the referenced URL . APIReference { index string name string url string } DC Represents a difficulty check. DC { dc type APIReference dc value number success type "none" "half" "other" } Damage Represents damage. Damage { damage type APIReference damage dice string } Choice Represents a choice made by a player. Commonly seen related to decisions made during character creation or combat (e.g.: the description of the cleric class, under Proficiencies , states "Skills: Choose two from History, Insight, Medicine, Persuasion, and Religion" [[SRD p15]](https://media.wizards.com/2016/downloads/DND/SRD-OGL V5.1.pdf page=15)) Choice { desc string choose number type string from OptionSet } OptionSet The OptionSet structure provides the options to be chosen from, or sufficient data to fetch and interpret the options. All OptionSets have an option set type attribute that indicates the structure of the object that contains the options. The possible values are options array , equipment category , and reference list . Other attributes on the OptionSet depend on the value of this attribute. - options array - options (array): An array of Option objects. Each item in the array represents an option that can be chosen. - equipment category - equipment category (APIReference): A reference to an EquipmentCategory. Each item in the EquipmentCategory's equipment…

번역은 이해를 돕기 위한 미검수 초벌 또는 구조화 안내입니다. 계약·의료·법률 판단에는 원문을 확인하세요.
연결된 문서
전역 집계 전현재 별표는 이 브라우저에만 저장
종합 품질근거 0%
가격미확인상세 가격 미수집
인증미확인
프로토콜REST47개 엔드포인트 수집
마지막 확인2026. 7. 28.출처 확인됨

SELECTION SUMMARY

도입 판단 요약

이 항목은 문서·기록 카테고리로 분류된 API 제품입니다. 확인된 분류 신호는 검색·조회, 문서 처리, OCR·텍스트 추출, 인증·계정입니다. 상세 문장 번역은 아직 검수되지 않았으므로 아래 원문을 함께 확인하세요.

검수된 적합 용도

검증 정보 없음 — 태그와 카테고리는 분류 정보이며 적합성 보증이 아닙니다.

도입 전 확인

인증, 호출 제한, 데이터 처리 지역과 가격 조건을 연결된 문서에서 직접 확인하세요.

피해야 할 조건

제품별 제한 조건이 검수되지 않았습니다. 운영 적용 전에 공급자 조건을 재확인하세요.

EVIDENCED ADVANTAGES

API 특·장점

공급자·카탈로그·실측·편집 근거가 있는 신호만 표시하며, 근거 유형을 함께 밝힙니다.

카탈로그출처가 확인된 제품

카탈로그 원본과 확인 시점이 연결되어 있습니다.

공급자OpenAPI 3.0.1

정규화된 엔드포인트 47개를 탐색할 수 있습니다.

CATALOG TRUST

색인0

재배포 정책과 기본 식별 조건을 통과해 검색할 수 있지만 편집 승인은 아직 완료되지 않았습니다.

평가 2026. 07. 28. 13:05

QUALITY COVERAGE

미측정종합 점수
근거 충족률 0% · 신뢰 0%

unrated

핵심 도입 정보

인증검증 정보 없음
프로토콜REST, GraphQL
가격 모델미확인
리전검증 정보 없음
수집된 엔드포인트47개
마지막 확인2026. 07. 28. 13:05

같은 목적의 대체 API

같은 카테고리에서 공개 상태와 품질 근거를 우선해 표시합니다.