Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 231.27 KB | None | 0 0
  1. {
  2. "resources": [
  3. {
  4. "doc": " Returns a single tournament ",
  5. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/<matchID:integerType>/$",
  6. "name": "TournamentMatch",
  7. "representations": [
  8. {
  9. "thirdParty": true,
  10. "version": 1,
  11. "verb": "GET",
  12. "version_str": "1",
  13. "scope": "any",
  14. "acceptType": "application/vnd.ccp.eve.TournamentMatch-v1+json"
  15. },
  16. {
  17. "verb": "OPTIONS",
  18. "thirdParty": true,
  19. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  20. "version": 1,
  21. "version_str": "1"
  22. }
  23. ]
  24. },
  25. {
  26. "doc": "\n New Eden time handler.\n ",
  27. "route": "^/time/$",
  28. "name": "Time",
  29. "representations": [
  30. {
  31. "scope": "any",
  32. "verb": "GET",
  33. "version": 1,
  34. "acceptType": "application/vnd.ccp.eve.Time-v1+json",
  35. "version_str": "1"
  36. },
  37. {
  38. "verb": "OPTIONS",
  39. "thirdParty": true,
  40. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  41. "version": 1,
  42. "version_str": "1"
  43. }
  44. ]
  45. },
  46. {
  47. "representations": [
  48. {
  49. "verb": "OPTIONS",
  50. "thirdParty": true,
  51. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  52. "version": 1,
  53. "version_str": "1"
  54. },
  55. {
  56. "contentType": "application/vnd.ccp.eve.TestNotificationsCreate-v1+json",
  57. "version": 1,
  58. "verb": "POST",
  59. "version_str": "1",
  60. "scope": "any",
  61. "acceptType": "application/vnd.ccp.eve.TestNotificationsRequest-v1+json"
  62. }
  63. ],
  64. "route": "^/server/testing/notifications/$",
  65. "name": "TestingNotifications"
  66. },
  67. {
  68. "doc": " Returns all available reinforce times. ",
  69. "route": "^/districts/reinforce/$",
  70. "name": "DistrictReinforceCollection",
  71. "representations": [
  72. {
  73. "scope": "districtRead",
  74. "verb": "GET",
  75. "version": 1,
  76. "acceptType": "application/vnd.ccp.eve.DistrictReinforceCollection-v1+json",
  77. "version_str": "1"
  78. },
  79. {
  80. "verb": "OPTIONS",
  81. "thirdParty": true,
  82. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  83. "version": 1,
  84. "version_str": "1"
  85. }
  86. ]
  87. },
  88. {
  89. "doc": " This is basically a dummy API, we cannot return anything useful from here. ",
  90. "route": "^/fulfillment/redeem-<fulfillmentID:integerType>/$",
  91. "name": "FulfillmentRedeem",
  92. "representations": [
  93. {
  94. "verb": "OPTIONS",
  95. "thirdParty": true,
  96. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  97. "version": 1,
  98. "version_str": "1"
  99. }
  100. ]
  101. },
  102. {
  103. "representations": [
  104. {
  105. "verb": "GET",
  106. "version": 1,
  107. "acceptType": "application/vnd.ccp.eve.MapSystemOwners-v1+json",
  108. "version_str": "1"
  109. },
  110. {
  111. "verb": "OPTIONS",
  112. "thirdParty": true,
  113. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  114. "version": 1,
  115. "version_str": "1"
  116. }
  117. ],
  118. "route": "^/map/systems/<systemID:integerType>/owners/districts/$",
  119. "name": "MapSystemDistrictOwners"
  120. },
  121. {
  122. "representations": [
  123. {
  124. "verb": "OPTIONS",
  125. "thirdParty": true,
  126. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  127. "version": 1,
  128. "version_str": "1"
  129. },
  130. {
  131. "thirdParty": true,
  132. "contentType": "application/x-www-form-urlencoded",
  133. "version": 1,
  134. "verb": "POST",
  135. "version_str": "1",
  136. "acceptType": "application/vnd.ccp.eve.AuthenticateResponse-v1+json"
  137. }
  138. ],
  139. "route": "^/dust/authenticate/$",
  140. "name": "DevTokenStore"
  141. },
  142. {
  143. "doc": "\n Serve up static assets\n ",
  144. "route": "^/dust/asset/s/<filename:stringType>\\.<fileExtension:stringType>$",
  145. "name": "DustAssetStream",
  146. "representations": [
  147. {
  148. "scope": "dustAsset",
  149. "verb": "GET",
  150. "version": 1,
  151. "acceptType": "application/octet-stream",
  152. "version_str": "1"
  153. },
  154. {
  155. "verb": "OPTIONS",
  156. "thirdParty": true,
  157. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  158. "version": 1,
  159. "version_str": "1"
  160. }
  161. ]
  162. },
  163. {
  164. "representations": [
  165. {
  166. "scope": "marketRead",
  167. "verb": "GET",
  168. "version": 1,
  169. "acceptType": "application/vnd.ccp.eve.MarketTypeCollection-v1+json",
  170. "version_str": "1"
  171. },
  172. {
  173. "verb": "OPTIONS",
  174. "thirdParty": true,
  175. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  176. "version": 1,
  177. "version_str": "1"
  178. }
  179. ],
  180. "route": "^/market/types/$",
  181. "name": "MarketTypes"
  182. },
  183. {
  184. "doc": " Returns information about a pilot in the context of a tournament, and a bunch of general stuff because the regular character endpoint isn't public yet. ",
  185. "route": "^/tournaments/<tournamentID:integerType>/pilots/<pilotID:integerType>/$",
  186. "name": "TournamentPilotTournamentStats",
  187. "representations": [
  188. {
  189. "thirdParty": true,
  190. "version": 1,
  191. "verb": "GET",
  192. "version_str": "1",
  193. "scope": "any",
  194. "acceptType": "application/vnd.ccp.eve.TournamentPilotTournamentStats-v1+json"
  195. },
  196. {
  197. "verb": "OPTIONS",
  198. "thirdParty": true,
  199. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  200. "version": 1,
  201. "version_str": "1"
  202. }
  203. ]
  204. },
  205. {
  206. "representations": [
  207. {
  208. "scope": "battleserverVault",
  209. "verb": "GET",
  210. "version": 1,
  211. "acceptType": "application/octet-stream",
  212. "version_str": "1"
  213. },
  214. {
  215. "scope": "battleserverVault",
  216. "verb": "HEAD",
  217. "version": 1,
  218. "acceptType": "application/octet-stream",
  219. "version_str": "1"
  220. },
  221. {
  222. "verb": "OPTIONS",
  223. "thirdParty": true,
  224. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  225. "version": 1,
  226. "version_str": "1"
  227. }
  228. ],
  229. "route": "^/dust/static/battlefiles/<fileName:stringType>$",
  230. "name": "BattleServerDustStaticVaultFile"
  231. },
  232. {
  233. "representations": [
  234. {
  235. "thirdParty": true,
  236. "version": 1,
  237. "verb": "GET",
  238. "version_str": "1",
  239. "scope": "any",
  240. "acceptType": "application/vnd.ccp.eve.IndustrySystemCollection-v1+json"
  241. },
  242. {
  243. "verb": "OPTIONS",
  244. "thirdParty": true,
  245. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  246. "version": 1,
  247. "version_str": "1"
  248. }
  249. ],
  250. "route": "^/industry/systems/$",
  251. "name": "IndustrySystemCollection"
  252. },
  253. {
  254. "doc": " Creates redeemable tokens for users ",
  255. "route": "^/fulfillment/users/<userID:userIdType>/$",
  256. "name": "FulfillmentUser",
  257. "representations": [
  258. {
  259. "scope": "dustRedeemRead",
  260. "verb": "GET",
  261. "version": 1,
  262. "acceptType": "application/vnd.ccp.eve.FulfillmentCollection-v1+json",
  263. "version_str": "1"
  264. },
  265. {
  266. "verb": "OPTIONS",
  267. "thirdParty": true,
  268. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  269. "version": 1,
  270. "version_str": "1"
  271. },
  272. {
  273. "scope": "fulfillment",
  274. "verb": "POST",
  275. "version": 1,
  276. "contentType": "application/vnd.ccp.eve.Fulfillment-v1+json",
  277. "version_str": "1"
  278. }
  279. ]
  280. },
  281. {
  282. "representations": [
  283. {
  284. "verb": "GET",
  285. "version": 1,
  286. "acceptType": "application/vnd.ccp.eve.MapRegionOwners-v1+json",
  287. "version_str": "1"
  288. },
  289. {
  290. "verb": "OPTIONS",
  291. "thirdParty": true,
  292. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  293. "version": 1,
  294. "version_str": "1"
  295. }
  296. ],
  297. "route": "^/map/regions/<regionID:integerType>/owners/districts/$",
  298. "name": "MapRegionDistrictOwners"
  299. },
  300. {
  301. "doc": " The root links for Dust ",
  302. "route": "^/roots/dust/$",
  303. "name": "DustRoot",
  304. "representations": [
  305. {
  306. "verb": "GET",
  307. "thirdParty": true,
  308. "acceptType": "application/vnd.ccp.eve.DustRoot-v1+json",
  309. "version": 1,
  310. "version_str": "1"
  311. },
  312. {
  313. "verb": "OPTIONS",
  314. "thirdParty": true,
  315. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  316. "version": 1,
  317. "version_str": "1"
  318. }
  319. ]
  320. },
  321. {
  322. "doc": "\n CREST exposure of a Battle specifically for the BattleServer users. The battle servers\n get a higher privelleged access to battle data so we have a seperately scoped resource\n to handle their requirements.\n ",
  323. "route": "^/battleserver/battles/<battleID:integerType>/$",
  324. "name": "BattleServerBattle",
  325. "representations": [
  326. {
  327. "scope": "battleserver",
  328. "verb": "GET",
  329. "version": 1,
  330. "acceptType": "application/vnd.ccp.eve.BattleServerBattle-v1+json",
  331. "version_str": "1"
  332. },
  333. {
  334. "verb": "OPTIONS",
  335. "thirdParty": true,
  336. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  337. "version": 1,
  338. "version_str": "1"
  339. },
  340. {
  341. "scope": "battleserver",
  342. "verb": "PUT",
  343. "version": 1,
  344. "contentType": "application/vnd.ccp.eve.BattleServerBattleUpdate-v1+json",
  345. "version_str": "1"
  346. }
  347. ]
  348. },
  349. {
  350. "doc": "Handler that queries and returns all available quests for a given\n character for dust.\n ",
  351. "route": "^/characters/<characterID:characterIdType>/quests/$",
  352. "name": "DustQuestCollection",
  353. "representations": [
  354. {
  355. "scope": "dustQuestsRead",
  356. "verb": "GET",
  357. "version": 1,
  358. "acceptType": "application/vnd.ccp.eve.DustQuestCollection-v1+json",
  359. "version_str": "1"
  360. },
  361. {
  362. "scope": "dustQuestsRead",
  363. "verb": "GET",
  364. "version": 2,
  365. "acceptType": "application/vnd.ccp.eve.DustQuestCollection-v2+json",
  366. "version_str": "2"
  367. },
  368. {
  369. "verb": "OPTIONS",
  370. "thirdParty": true,
  371. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  372. "version": 1,
  373. "version_str": "1"
  374. }
  375. ]
  376. },
  377. {
  378. "representations": [
  379. {
  380. "scope": "marketRead",
  381. "verb": "GET",
  382. "version": 1,
  383. "acceptType": "application/vnd.ccp.eve.MarketType-v1+json",
  384. "version_str": "1"
  385. },
  386. {
  387. "verb": "OPTIONS",
  388. "thirdParty": true,
  389. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  390. "version": 1,
  391. "version_str": "1"
  392. }
  393. ],
  394. "route": "^/market/types/<marketTypeID:integerType>/$",
  395. "name": "MarketType"
  396. },
  397. {
  398. "doc": "\n This class handles the basic dust skill operation.\n ",
  399. "route": "^/characters/<characterID:characterIdType>/mercenary/skills/<typeID:integerType>/$",
  400. "name": "DustCharacterSkillItem",
  401. "representations": [
  402. {
  403. "verb": "OPTIONS",
  404. "thirdParty": true,
  405. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  406. "version": 1,
  407. "version_str": "1"
  408. },
  409. {
  410. "scope": "dustSkillsWrite",
  411. "verb": "PUT",
  412. "version": 1,
  413. "contentType": "application/vnd.ccp.eve.SkillUpgrade+json",
  414. "version_str": "1"
  415. }
  416. ]
  417. },
  418. {
  419. "doc": "\n Handler for referring to a specific player in a battle.\n ",
  420. "route": "^/battleserver/battles/<battleID:integerType>/members/<characterID:characterIdType>/inventory/$",
  421. "name": "BattleServerBattleMemberInventory",
  422. "representations": [
  423. {
  424. "scope": "battleserver",
  425. "verb": "GET",
  426. "version": 1,
  427. "acceptType": "application/vnd.ccp.eve.InventoryItemCollection-v1+json",
  428. "version_str": "1"
  429. },
  430. {
  431. "verb": "OPTIONS",
  432. "thirdParty": true,
  433. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  434. "version": 1,
  435. "version_str": "1"
  436. }
  437. ]
  438. },
  439. {
  440. "doc": "\n Manages Vivox Information for DUST charaters.\n ",
  441. "route": "^/dust/characters/<characterID:characterIdType>/vivox/$",
  442. "name": "DustVivoxInfo",
  443. "representations": [
  444. {
  445. "version": 1,
  446. "deprecated": true,
  447. "verb": "GET",
  448. "version_str": "1",
  449. "scope": "dustVivox",
  450. "acceptType": "application/vnd.ccp.dust.VivoxInfo+json"
  451. },
  452. {
  453. "verb": "OPTIONS",
  454. "thirdParty": true,
  455. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  456. "version": 1,
  457. "version_str": "1"
  458. },
  459. {
  460. "contentType": "application/vnd.ccp.dust.VivoxInfoPost-v1+json",
  461. "version": 1,
  462. "deprecated": true,
  463. "verb": "POST",
  464. "version_str": "1",
  465. "scope": "dustVivox",
  466. "acceptType": "application/vnd.ccp.dust.VivoxInfo+json"
  467. }
  468. ]
  469. },
  470. {
  471. "doc": "Returns a collection of all killmails for the specified war",
  472. "route": "^/wars/<warID:integerType>/killmails/all/$",
  473. "name": "WarKillmails",
  474. "representations": [
  475. {
  476. "thirdParty": true,
  477. "version": 1,
  478. "verb": "GET",
  479. "version_str": "1",
  480. "scope": "any",
  481. "acceptType": "application/vnd.ccp.eve.WarKillmails-v1+json"
  482. },
  483. {
  484. "verb": "OPTIONS",
  485. "thirdParty": true,
  486. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  487. "version": 1,
  488. "version_str": "1"
  489. }
  490. ]
  491. },
  492. {
  493. "doc": " A character race ",
  494. "route": "^/races/$",
  495. "name": "Races",
  496. "representations": [
  497. {
  498. "scope": "any",
  499. "verb": "GET",
  500. "version": 1,
  501. "acceptType": "application/vnd.ccp.eve.RaceCollection-v1+json",
  502. "version_str": "1"
  503. },
  504. {
  505. "scope": "any",
  506. "verb": "GET",
  507. "version": 2,
  508. "acceptType": "application/vnd.ccp.eve.RaceCollection-v2+json",
  509. "version_str": "2"
  510. },
  511. {
  512. "scope": "any",
  513. "verb": "GET",
  514. "version": 3,
  515. "acceptType": "application/vnd.ccp.eve.RaceCollection-v3+json",
  516. "version_str": "3"
  517. },
  518. {
  519. "verb": "OPTIONS",
  520. "thirdParty": true,
  521. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  522. "version": 1,
  523. "version_str": "1"
  524. }
  525. ]
  526. },
  527. {
  528. "doc": " Returns all district conflicts for this corporation. ",
  529. "route": "^/corporations/<corporationID:corporationIdType>/conflicts/$",
  530. "name": "DistrictConflictCollection",
  531. "representations": [
  532. {
  533. "scope": "districtConflictRead",
  534. "verb": "GET",
  535. "version": 1,
  536. "acceptType": "application/vnd.ccp.eve.DistrictConflictCollection-v1+json",
  537. "version_str": "1"
  538. },
  539. {
  540. "verb": "OPTIONS",
  541. "thirdParty": true,
  542. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  543. "version": 1,
  544. "version_str": "1"
  545. }
  546. ]
  547. },
  548. {
  549. "doc": "\n Returns all of the dust loyalty point stores. This interface is not suitable for\n EVE because we are allowing DUST players to purchase items outside of the station\n that the store exists at.\n ",
  550. "route": "^/dust/loyaltystores/$",
  551. "name": "DustLoyaltyStoreCollection",
  552. "representations": [
  553. {
  554. "scope": "dustLoyaltyStore",
  555. "verb": "GET",
  556. "version": 1,
  557. "acceptType": "application/vnd.ccp.eve.DustLoyaltyStoreCollection-v1+json",
  558. "version_str": "1"
  559. },
  560. {
  561. "verb": "OPTIONS",
  562. "thirdParty": true,
  563. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  564. "version": 1,
  565. "version_str": "1"
  566. }
  567. ]
  568. },
  569. {
  570. "doc": "\n Handler returning root paths for leaderboards.\n ",
  571. "route": "^/dust/leaderboards/titles/$",
  572. "name": "DustLeaderboardTitles",
  573. "representations": [
  574. {
  575. "scope": "any",
  576. "verb": "GET",
  577. "version": 1,
  578. "acceptType": "application/vnd.ccp.eve.DustLeaderboardTitles-v1+json",
  579. "version_str": "1"
  580. },
  581. {
  582. "verb": "OPTIONS",
  583. "thirdParty": true,
  584. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  585. "version": 1,
  586. "version_str": "1"
  587. }
  588. ]
  589. },
  590. {
  591. "doc": "\n A users notification stream, this is intended to be used by internal 3rd party\n applications like the dust battle server.\n ",
  592. "route": "^/users/<userID:userIdType>/notifications/$",
  593. "name": "UserNotifications",
  594. "representations": [
  595. {
  596. "verb": "OPTIONS",
  597. "thirdParty": true,
  598. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  599. "version": 1,
  600. "version_str": "1"
  601. },
  602. {
  603. "scope": "userNotifications",
  604. "verb": "POST",
  605. "version": 1,
  606. "contentType": "application/vnd.ccp.eve.NotificationStreamCreate-v1+json",
  607. "version_str": "1"
  608. }
  609. ]
  610. },
  611. {
  612. "doc": "\n Handler for working with Wallet account transfers\n ",
  613. "route": "^/accounts/<ownerID:integerType>/<accountID:integerType>/transactions/$",
  614. "name": "AccountTransactions",
  615. "representations": [
  616. {
  617. "scope": "accountRead",
  618. "verb": "GET",
  619. "version": 1,
  620. "acceptType": "application/vnd.ccp.eve.AccountTransactionCollection-v1+json",
  621. "version_str": "1"
  622. },
  623. {
  624. "verb": "OPTIONS",
  625. "thirdParty": true,
  626. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  627. "version": 1,
  628. "version_str": "1"
  629. },
  630. {
  631. "scope": "accountWrite",
  632. "verb": "POST",
  633. "version": 1,
  634. "contentType": "application/vnd.ccp.eve.AccountTransaction-v2+json",
  635. "version_str": "1"
  636. }
  637. ]
  638. },
  639. {
  640. "doc": "\n Get : Get Account Information\n ",
  641. "route": "^/accounts/<ownerID:integerType>/<accountID:integerType>/$",
  642. "name": "Account",
  643. "representations": [
  644. {
  645. "scope": "accountRead",
  646. "verb": "GET",
  647. "version": 1,
  648. "acceptType": "application/vnd.ccp.eve.Account-v1+json",
  649. "version_str": "1"
  650. },
  651. {
  652. "verb": "OPTIONS",
  653. "thirdParty": true,
  654. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  655. "version": 1,
  656. "version_str": "1"
  657. }
  658. ]
  659. },
  660. {
  661. "doc": " Handler for creating new notification responses ",
  662. "route": "^/characters/<characterID:characterIdType>/notifications/$",
  663. "name": "CharacterNotifications",
  664. "representations": [
  665. {
  666. "verb": "OPTIONS",
  667. "thirdParty": true,
  668. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  669. "version": 1,
  670. "version_str": "1"
  671. },
  672. {
  673. "scope": "characterRead",
  674. "verb": "POST",
  675. "version": 1,
  676. "contentType": "application/vnd.ccp.eve.NotificationStreamCreate-v1+json",
  677. "version_str": "1"
  678. }
  679. ]
  680. },
  681. {
  682. "doc": " Returns all tournaments teams ",
  683. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/<matchID:integerType>/pilotstats/$",
  684. "name": "TournamentPilotStatsCollection",
  685. "representations": [
  686. {
  687. "thirdParty": true,
  688. "version": 1,
  689. "verb": "GET",
  690. "version_str": "1",
  691. "scope": "any",
  692. "acceptType": "application/vnd.ccp.eve.TournamentPilotStatsCollection-v1+json"
  693. },
  694. {
  695. "verb": "OPTIONS",
  696. "thirdParty": true,
  697. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  698. "version": 1,
  699. "version_str": "1"
  700. }
  701. ]
  702. },
  703. {
  704. "doc": "\n Handler that return 0.\n This is to facilitate tests for caching to make sure un-cached endpoints is un-cached.\n ",
  705. "route": "^/server/testing/no-cache-token/$",
  706. "name": "NoCacheToken",
  707. "representations": [
  708. {
  709. "thirdParty": true,
  710. "version": 1,
  711. "verb": "GET",
  712. "version_str": "1",
  713. "scope": "any",
  714. "acceptType": "application/vnd.ccp.eve.CacheTestResponse-v1+json"
  715. },
  716. {
  717. "verb": "OPTIONS",
  718. "thirdParty": true,
  719. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  720. "version": 1,
  721. "version_str": "1"
  722. }
  723. ]
  724. },
  725. {
  726. "doc": "\n Returns the best buy price for all types under the speicified market group.\n ",
  727. "route": "^/market/<regionID:integerType>/prices/$",
  728. "name": "MarketPrices",
  729. "representations": [
  730. {
  731. "scope": "marketRead",
  732. "verb": "GET",
  733. "version": 1,
  734. "acceptType": "application/vnd.ccp.eve.MarketPriceCollection-v1+json",
  735. "version_str": "1"
  736. },
  737. {
  738. "verb": "OPTIONS",
  739. "thirdParty": true,
  740. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  741. "version": 1,
  742. "version_str": "1"
  743. }
  744. ]
  745. },
  746. {
  747. "doc": "\n Interface to lifetime stats.\n ",
  748. "route": "^/dust/characters/<characterID:characterIdType>/lifetimestats/$",
  749. "name": "DustCharacterStatsLifetimeStats",
  750. "representations": [
  751. {
  752. "scope": "dustStatsRead",
  753. "verb": "GET",
  754. "version": 1,
  755. "acceptType": "application/vnd.ccp.eve.MercenaryCharacterStats+json",
  756. "version_str": "1"
  757. },
  758. {
  759. "verb": "OPTIONS",
  760. "thirdParty": true,
  761. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  762. "version": 1,
  763. "version_str": "1"
  764. }
  765. ]
  766. },
  767. {
  768. "doc": " Returns a collection of all types on the market in a given region and their previous days price information ",
  769. "route": "^/market/<region_id:integerType>/types/history/$",
  770. "name": "MarketRegionHistoryCollection",
  771. "representations": [
  772. {
  773. "thirdParty": true,
  774. "version": 1,
  775. "verb": "GET",
  776. "version_str": "1",
  777. "scope": "any",
  778. "acceptType": "application/vnd.ccp.eve.MarketTypeHistoryCollection-v1+json"
  779. },
  780. {
  781. "verb": "OPTIONS",
  782. "thirdParty": true,
  783. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  784. "version": 1,
  785. "version_str": "1"
  786. }
  787. ]
  788. },
  789. {
  790. "doc": "List of capsuleers on a eve account",
  791. "route": "^/users/<userID:userIdType>/capsuleers/$",
  792. "name": "UserCapsuleerList",
  793. "representations": [
  794. {
  795. "scope": "capsuleerRead",
  796. "verb": "GET",
  797. "version": 1,
  798. "acceptType": "application/vnd.ccp.eve.CapsuleerCollection-v1+json",
  799. "version_str": "1"
  800. },
  801. {
  802. "verb": "OPTIONS",
  803. "thirdParty": true,
  804. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  805. "version": 1,
  806. "version_str": "1"
  807. }
  808. ]
  809. },
  810. {
  811. "doc": "\n Handler for referring to a specific player in a battle.\n ",
  812. "route": "^/battleserver/battles/<battleID:integerType>/members/<characterID:characterIdType>/complete/$",
  813. "name": "BattleServerBattleMemberCompleted",
  814. "representations": [
  815. {
  816. "verb": "OPTIONS",
  817. "thirdParty": true,
  818. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  819. "version": 1,
  820. "version_str": "1"
  821. },
  822. {
  823. "scope": "battleserver",
  824. "verb": "POST",
  825. "version": 1,
  826. "contentType": "application/vnd.ccp.eve.BattleServerBattleMemberCompleted-v1+json",
  827. "version_str": "1"
  828. }
  829. ]
  830. },
  831. {
  832. "doc": " Handles invited / approving new members into the squad and listing\n all members and invites to the squad. ",
  833. "route": "^/battles/squads/<squadUUID:stringType>/members/$",
  834. "name": "SquadMemberCollection",
  835. "representations": [
  836. {
  837. "scope": "squadRead",
  838. "verb": "GET",
  839. "version": 1,
  840. "acceptType": "application/vnd.ccp.eve.SquadMemberCollection-v1+json",
  841. "version_str": "1"
  842. },
  843. {
  844. "verb": "OPTIONS",
  845. "thirdParty": true,
  846. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  847. "version": 1,
  848. "version_str": "1"
  849. },
  850. {
  851. "scope": "squadWrite",
  852. "verb": "POST",
  853. "version": 1,
  854. "contentType": "application/vnd.ccp.eve.SquadMemberUpdate-v1+json",
  855. "version_str": "1"
  856. }
  857. ]
  858. },
  859. {
  860. "doc": " Return a complete description of the CREST API. ",
  861. "route": "^/documentation/$",
  862. "name": "Documentation",
  863. "representations": [
  864. {
  865. "thirdParty": true,
  866. "version": 1,
  867. "verb": "GET",
  868. "version_str": "1",
  869. "scope": "any",
  870. "acceptType": "application/vnd.ccp.eve.Documentation-v1+json"
  871. },
  872. {
  873. "verb": "OPTIONS",
  874. "thirdParty": true,
  875. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  876. "version": 1,
  877. "version_str": "1"
  878. }
  879. ]
  880. },
  881. {
  882. "representations": [
  883. {
  884. "verb": "GET",
  885. "version": 1,
  886. "acceptType": "application/vnd.ccp.eve.MapConstellations-v1+json",
  887. "version_str": "1"
  888. },
  889. {
  890. "verb": "OPTIONS",
  891. "thirdParty": true,
  892. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  893. "version": 1,
  894. "version_str": "1"
  895. }
  896. ],
  897. "route": "^/map/constellations/$",
  898. "name": "MapConstellations"
  899. },
  900. {
  901. "doc": "\n Crest handler for moon static resources\n returns a JSon response of a moon object\n ",
  902. "route": "^/moons/<moonID:integerType>/$",
  903. "name": "Moon",
  904. "representations": [
  905. {
  906. "scope": "mapRead",
  907. "verb": "GET",
  908. "version": 1,
  909. "acceptType": "application/vnd.ccp.eve.Moon-v1+json",
  910. "version_str": "1"
  911. },
  912. {
  913. "verb": "OPTIONS",
  914. "thirdParty": true,
  915. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  916. "version": 1,
  917. "version_str": "1"
  918. }
  919. ]
  920. },
  921. {
  922. "representations": [
  923. {
  924. "scope": "characterRead",
  925. "verb": "GET",
  926. "version": 1,
  927. "acceptType": "application/vnd.ccp.eve.CharacterPrivate-v1+json",
  928. "version_str": "1"
  929. },
  930. {
  931. "verb": "OPTIONS",
  932. "thirdParty": true,
  933. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  934. "version": 1,
  935. "version_str": "1"
  936. }
  937. ],
  938. "route": "^/characters/<characterID:characterIdType>/private/$",
  939. "name": "CharacterPrivate"
  940. },
  941. {
  942. "representations": [
  943. {
  944. "verb": "GET",
  945. "version": 1,
  946. "acceptType": "application/vnd.ccp.eve.MapPlanet-v1+json",
  947. "version_str": "1"
  948. },
  949. {
  950. "verb": "OPTIONS",
  951. "thirdParty": true,
  952. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  953. "version": 1,
  954. "version_str": "1"
  955. }
  956. ],
  957. "route": "^/map/planets/<planetID:integerType>/$",
  958. "name": "MapPlanet"
  959. },
  960. {
  961. "doc": " Used for modifying the infrastructure assigned to a district. ",
  962. "route": "^/districts/<districtID:integerType>/infrastructure/$",
  963. "name": "DistrictInfrastructureUpdate",
  964. "representations": [
  965. {
  966. "verb": "OPTIONS",
  967. "thirdParty": true,
  968. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  969. "version": 1,
  970. "version_str": "1"
  971. },
  972. {
  973. "scope": "districtWrite",
  974. "verb": "POST",
  975. "version": 1,
  976. "contentType": "application/vnd.ccp.eve.DistrictInfrastructureUpdate-v1+json",
  977. "version_str": "1"
  978. }
  979. ]
  980. },
  981. {
  982. "representations": [
  983. {
  984. "thirdParty": true,
  985. "version": 1,
  986. "verb": "GET",
  987. "version_str": "1",
  988. "scope": "any",
  989. "acceptType": "application/vnd.ccp.eve.Alliance-v1+json"
  990. },
  991. {
  992. "verb": "OPTIONS",
  993. "thirdParty": true,
  994. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  995. "version": 1,
  996. "version_str": "1"
  997. }
  998. ],
  999. "route": "^/alliances/<allianceID:integerType>/$",
  1000. "name": "Alliance"
  1001. },
  1002. {
  1003. "doc": "\n Handler for getting a previously created long-lived http stream.\n ",
  1004. "route": "^/users/<userID:userIdType>/notifications/<streamID:stringType>/$",
  1005. "name": "UserNotification",
  1006. "representations": [
  1007. {
  1008. "scope": "userNotifications",
  1009. "verb": "GET",
  1010. "version": 1,
  1011. "acceptType": "application/vnd.ccp.eve.NotificationStream-v1+json",
  1012. "version_str": "1"
  1013. },
  1014. {
  1015. "verb": "OPTIONS",
  1016. "thirdParty": true,
  1017. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1018. "version": 1,
  1019. "version_str": "1"
  1020. }
  1021. ]
  1022. },
  1023. {
  1024. "representations": [
  1025. {
  1026. "verb": "OPTIONS",
  1027. "thirdParty": true,
  1028. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1029. "version": 1,
  1030. "version_str": "1"
  1031. }
  1032. ],
  1033. "route": "^/battles/queues/<queueID:integerType>/options/<optionID:integerType>/$",
  1034. "name": "BattleQueueOption"
  1035. },
  1036. {
  1037. "doc": "\n Respec a character, removing all skills and return all ISK spent on them\n ",
  1038. "route": "^/characters/<characterID:characterIdType>/mercenary/respec/$",
  1039. "name": "MercenaryRespec",
  1040. "representations": [
  1041. {
  1042. "verb": "OPTIONS",
  1043. "thirdParty": true,
  1044. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1045. "version": 1,
  1046. "version_str": "1"
  1047. },
  1048. {
  1049. "scope": "dustSkillsWrite",
  1050. "verb": "PUT",
  1051. "version": 1,
  1052. "contentType": "application/vnd.ccp.eve.MercenaryNull-v1+json",
  1053. "version_str": "1"
  1054. }
  1055. ]
  1056. },
  1057. {
  1058. "doc": "\n This is a special handler design to either return a 200 OK or a service\n unavailable if the market region mentioned in the URL is not open and\n ready for orders. This is primarily used to simplify unit tests due to\n myriad of ways a market region could be not available. In theory there\n should be no problem with other clients using it.\n ",
  1059. "route": "^/market/<regionID:integerType>/status/$",
  1060. "name": "MarketStatus",
  1061. "representations": [
  1062. {
  1063. "scope": "marketRead",
  1064. "verb": "GET",
  1065. "version": 1,
  1066. "acceptType": "application/vnd.ccp.eve.MarketStatus-v1+json",
  1067. "version_str": "1"
  1068. },
  1069. {
  1070. "verb": "OPTIONS",
  1071. "thirdParty": true,
  1072. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1073. "version": 1,
  1074. "version_str": "1"
  1075. }
  1076. ]
  1077. },
  1078. {
  1079. "representations": [
  1080. {
  1081. "verb": "OPTIONS",
  1082. "thirdParty": true,
  1083. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1084. "version": 1,
  1085. "version_str": "1"
  1086. }
  1087. ],
  1088. "route": "^/races/<raceID:integerType>/$",
  1089. "name": "Race"
  1090. },
  1091. {
  1092. "representations": [
  1093. {
  1094. "verb": "GET",
  1095. "thirdParty": true,
  1096. "acceptType": "application/vnd.ccp.eve.EchoResponse-v1+json",
  1097. "version": 1,
  1098. "version_str": "1"
  1099. },
  1100. {
  1101. "verb": "OPTIONS",
  1102. "thirdParty": true,
  1103. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1104. "version": 1,
  1105. "version_str": "1"
  1106. }
  1107. ],
  1108. "route": "^/server/testing/echo/<echoData:stringType>/$",
  1109. "name": "Echo"
  1110. },
  1111. {
  1112. "doc": "\n A battle server itself represents a running instance of DustGame.exe \n This handler is used to update the health and status of that process.\n ",
  1113. "route": "^/battleserver/servers/<serverID:integerType>/$",
  1114. "name": "BattleServer",
  1115. "representations": [
  1116. {
  1117. "scope": "battleserver",
  1118. "verb": "GET",
  1119. "version": 1,
  1120. "acceptType": "application/vnd.ccp.eve.BattleServer-v1+json",
  1121. "version_str": "1"
  1122. },
  1123. {
  1124. "verb": "OPTIONS",
  1125. "thirdParty": true,
  1126. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1127. "version": 1,
  1128. "version_str": "1"
  1129. },
  1130. {
  1131. "scope": "battleserver",
  1132. "verb": "PUT",
  1133. "version": 1,
  1134. "contentType": "application/vnd.ccp.eve.BattleServerUpdate-v1+json",
  1135. "version_str": "1"
  1136. }
  1137. ]
  1138. },
  1139. {
  1140. "doc": "\n Get : return owner accounts\n ",
  1141. "route": "^/accounts/<ownerID:integerType>/$",
  1142. "name": "Accounts",
  1143. "representations": [
  1144. {
  1145. "scope": "accountRead",
  1146. "verb": "GET",
  1147. "version": 1,
  1148. "acceptType": "application/vnd.ccp.eve.Accounts-v1+json",
  1149. "version_str": "1"
  1150. },
  1151. {
  1152. "verb": "OPTIONS",
  1153. "thirdParty": true,
  1154. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1155. "version": 1,
  1156. "version_str": "1"
  1157. }
  1158. ]
  1159. },
  1160. {
  1161. "representations": [
  1162. {
  1163. "scope": "dustAccountRead",
  1164. "verb": "GET",
  1165. "version": 1,
  1166. "acceptType": "application/vnd.ccp.eve.CharacterAccounts-v2+json",
  1167. "version_str": "1"
  1168. },
  1169. {
  1170. "scope": "dustAccountRead",
  1171. "verb": "GET",
  1172. "version": 1,
  1173. "acceptType": "application/vnd.ccp.eve.CharacterAccounts+json",
  1174. "version_str": "1"
  1175. },
  1176. {
  1177. "verb": "OPTIONS",
  1178. "thirdParty": true,
  1179. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1180. "version": 1,
  1181. "version_str": "1"
  1182. }
  1183. ],
  1184. "route": "^/dust/characters/<characterID:characterIdType>/accounts/$",
  1185. "name": "CharacterAccounts"
  1186. },
  1187. {
  1188. "doc": " Handles creation of new squads. ",
  1189. "route": "^/battles/squads/$",
  1190. "name": "SquadCollection",
  1191. "representations": [
  1192. {
  1193. "verb": "OPTIONS",
  1194. "thirdParty": true,
  1195. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1196. "version": 1,
  1197. "version_str": "1"
  1198. },
  1199. {
  1200. "scope": "squadWrite",
  1201. "verb": "POST",
  1202. "version": 1,
  1203. "contentType": "application/vnd.ccp.eve.SquadUpdate-v1+json",
  1204. "version_str": "1"
  1205. }
  1206. ]
  1207. },
  1208. {
  1209. "doc": " Return all alliances ",
  1210. "route": "^/alliances/$",
  1211. "name": "Alliances",
  1212. "representations": [
  1213. {
  1214. "thirdParty": true,
  1215. "version": 1,
  1216. "verb": "GET",
  1217. "version_str": "1",
  1218. "scope": "any",
  1219. "acceptType": "application/vnd.ccp.eve.AllianceCollection-v1+json"
  1220. },
  1221. {
  1222. "verb": "OPTIONS",
  1223. "thirdParty": true,
  1224. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1225. "version": 1,
  1226. "version_str": "1"
  1227. }
  1228. ]
  1229. },
  1230. {
  1231. "doc": " Returns a single team",
  1232. "route": "^/tournaments/teams/<teamID:integerType>/$",
  1233. "name": "TournamentTeam",
  1234. "representations": [
  1235. {
  1236. "thirdParty": true,
  1237. "version": 1,
  1238. "verb": "GET",
  1239. "version_str": "1",
  1240. "scope": "any",
  1241. "acceptType": "application/vnd.ccp.eve.TournamentTeam-v1+json"
  1242. },
  1243. {
  1244. "verb": "OPTIONS",
  1245. "thirdParty": true,
  1246. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1247. "version": 1,
  1248. "version_str": "1"
  1249. }
  1250. ]
  1251. },
  1252. {
  1253. "doc": "\n This handler supports GET\n GET : Get a corporations members role information , you can only get members of your own corp.\n ",
  1254. "route": "^/corporations/<corporationID:corporationIdType>/members/roles/$",
  1255. "name": "CorporationMembersRoles",
  1256. "representations": [
  1257. {
  1258. "scope": "corporationRead",
  1259. "verb": "GET",
  1260. "version": 1,
  1261. "acceptType": "application/vnd.ccp.eve.CorporationMembersRoleCollection-v1+json",
  1262. "version_str": "1"
  1263. },
  1264. {
  1265. "verb": "OPTIONS",
  1266. "thirdParty": true,
  1267. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1268. "version": 1,
  1269. "version_str": "1"
  1270. }
  1271. ]
  1272. },
  1273. {
  1274. "doc": " Returns a list of key-value used as configuration for the dust client ",
  1275. "route": "^/dust/ps3client/configuration/$",
  1276. "name": "DustConfiguration",
  1277. "representations": [
  1278. {
  1279. "scope": "configurationRead",
  1280. "verb": "GET",
  1281. "version": 1,
  1282. "acceptType": "application/vnd.ccp.eve.RawConfiguration-v1+json",
  1283. "version_str": "1"
  1284. },
  1285. {
  1286. "verb": "OPTIONS",
  1287. "thirdParty": true,
  1288. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1289. "version": 1,
  1290. "version_str": "1"
  1291. }
  1292. ]
  1293. },
  1294. {
  1295. "doc": " Combined static and dynamic data about a district on a planet. ",
  1296. "route": "^/districts/<districtID:integerType>/$",
  1297. "name": "District",
  1298. "representations": [
  1299. {
  1300. "scope": "districtRead",
  1301. "verb": "GET",
  1302. "version": 1,
  1303. "acceptType": "application/vnd.ccp.eve.District-v1+json",
  1304. "version_str": "1"
  1305. },
  1306. {
  1307. "verb": "OPTIONS",
  1308. "thirdParty": true,
  1309. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1310. "version": 1,
  1311. "version_str": "1"
  1312. }
  1313. ]
  1314. },
  1315. {
  1316. "doc": "\n A solarsystem is a location in New Eden containing planets and belonging \n to a constellation. This handler returns both static and dyanmic\n sovereignty data for this system.\n ",
  1317. "route": "^/solarsystems/<solarSystemID:integerType>/$",
  1318. "name": "System",
  1319. "representations": [
  1320. {
  1321. "scope": "mapRead",
  1322. "verb": "GET",
  1323. "version": 1,
  1324. "acceptType": "application/vnd.ccp.eve.System-v1+json",
  1325. "version_str": "1"
  1326. },
  1327. {
  1328. "verb": "OPTIONS",
  1329. "thirdParty": true,
  1330. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1331. "version": 1,
  1332. "version_str": "1"
  1333. }
  1334. ]
  1335. },
  1336. {
  1337. "doc": " Returns all available district infrastructure. ",
  1338. "route": "^/districts/infrastructure/$",
  1339. "name": "DistrictInfrastructureCollection",
  1340. "representations": [
  1341. {
  1342. "scope": "districtRead",
  1343. "verb": "GET",
  1344. "version": 1,
  1345. "acceptType": "application/vnd.ccp.eve.DistrictInfrastructureCollection-v1+json",
  1346. "version_str": "1"
  1347. },
  1348. {
  1349. "verb": "OPTIONS",
  1350. "thirdParty": true,
  1351. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1352. "version": 1,
  1353. "version_str": "1"
  1354. }
  1355. ]
  1356. },
  1357. {
  1358. "representations": [
  1359. {
  1360. "scope": "dustVault",
  1361. "verb": "GET",
  1362. "version": 1,
  1363. "acceptType": "application/vnd.ccp.eve.DustVaultFilesChecksumCollection-v1+json",
  1364. "version_str": "1"
  1365. },
  1366. {
  1367. "verb": "OPTIONS",
  1368. "thirdParty": true,
  1369. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1370. "version": 1,
  1371. "version_str": "1"
  1372. }
  1373. ],
  1374. "route": "^/dust/static/files/$",
  1375. "name": "ClientDustStaticVaultFileChecksum"
  1376. },
  1377. {
  1378. "doc": " Returns a single distict conflict. ",
  1379. "route": "^/districts/<districtID:integerType>/conflicts/<conflictID:integerType>/$",
  1380. "name": "DistrictConflict",
  1381. "representations": [
  1382. {
  1383. "scope": "districtConflictRead",
  1384. "verb": "GET",
  1385. "version": 1,
  1386. "acceptType": "application/vnd.ccp.eve.DistrictConflict-v1+json",
  1387. "version_str": "1"
  1388. },
  1389. {
  1390. "verb": "OPTIONS",
  1391. "thirdParty": true,
  1392. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1393. "version": 1,
  1394. "version_str": "1"
  1395. }
  1396. ]
  1397. },
  1398. {
  1399. "representations": [
  1400. {
  1401. "scope": "any",
  1402. "verb": "GET",
  1403. "version": 1,
  1404. "acceptType": "application/vnd.ccp.eve.EchoResponse-v1+json",
  1405. "version_str": "1"
  1406. },
  1407. {
  1408. "verb": "OPTIONS",
  1409. "thirdParty": true,
  1410. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1411. "version": 1,
  1412. "version_str": "1"
  1413. }
  1414. ],
  1415. "route": "^/server/testing/session-echo/<echoData:stringType>/$",
  1416. "name": "SessionEcho"
  1417. },
  1418. {
  1419. "doc": "\n This handler supports GET, POST , DELETE\n DELETE: Strips the roles from a corporation member so he can be kicked from the corp after the 24 hour time\n has passed. This is just a minimal handler to give a dust CEO the ability to kick out members who have been\n assigned roles by an eve director. This can also be used to strip a director role from a member.\n This can only be called by directors or ceo of the corporation\n POST: Assigns a corporation role to a corporation member\n GET: Returns all roles assigned to a corporation member\n ",
  1420. "route": "^/corporations/<corporationID:corporationIdType>/members/<characterID:characterIdType>/roles/$",
  1421. "name": "CorporationMemberRoles",
  1422. "representations": [
  1423. {
  1424. "scope": "corporationWrite",
  1425. "verb": "DELETE",
  1426. "version": 1,
  1427. "acceptType": "application/vnd.ccp.eve.CorporationMemberRolesDelete-v1+json",
  1428. "version_str": "1"
  1429. },
  1430. {
  1431. "scope": "corporationRead",
  1432. "verb": "GET",
  1433. "version": 1,
  1434. "acceptType": "application/vnd.ccp.eve.CorporationMemberRoleCollection-v1+json",
  1435. "version_str": "1"
  1436. },
  1437. {
  1438. "verb": "OPTIONS",
  1439. "thirdParty": true,
  1440. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1441. "version": 1,
  1442. "version_str": "1"
  1443. },
  1444. {
  1445. "scope": "corporationWrite",
  1446. "verb": "POST",
  1447. "version": 1,
  1448. "contentType": "application/vnd.ccp.eve.CorporationMemberRoleCreate-v1+json",
  1449. "version_str": "1"
  1450. }
  1451. ]
  1452. },
  1453. {
  1454. "doc": "\n Allows registering new requests for orbital support from a battle.\n ",
  1455. "route": "^/battleserver/battles/<battleID:integerType>/orbitals/requests/$",
  1456. "name": "BattleServerOrbitalRequestCollection",
  1457. "representations": [
  1458. {
  1459. "verb": "OPTIONS",
  1460. "thirdParty": true,
  1461. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1462. "version": 1,
  1463. "version_str": "1"
  1464. },
  1465. {
  1466. "scope": "battleserver",
  1467. "verb": "POST",
  1468. "version": 1,
  1469. "contentType": "application/vnd.ccp.eve.BattleServerOrbitalRequest-v1+json",
  1470. "version_str": "1"
  1471. }
  1472. ]
  1473. },
  1474. {
  1475. "doc": "\n This handler supports GET and POST\n GET : Returns the list of applications the corporations has.\n POST : Creates a new application for the corp. Is called by a Character that wants to join the corp.\n Information that needs to be passed is described in CorporationApplicaitonCreate-V1.\n ",
  1476. "route": "^/corporations/<corporationID:corporationIdType>/applications/$",
  1477. "name": "CorporationApplications",
  1478. "representations": [
  1479. {
  1480. "scope": "corporationRead",
  1481. "verb": "GET",
  1482. "version": 1,
  1483. "acceptType": "application/vnd.ccp.eve.CorporationApplicationCollection-v1+json",
  1484. "version_str": "1"
  1485. },
  1486. {
  1487. "verb": "OPTIONS",
  1488. "thirdParty": true,
  1489. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1490. "version": 1,
  1491. "version_str": "1"
  1492. },
  1493. {
  1494. "scope": "corporationWrite",
  1495. "verb": "POST",
  1496. "version": 1,
  1497. "contentType": "application/vnd.ccp.eve.CorporationApplicationCreate-v1+json",
  1498. "version_str": "1"
  1499. }
  1500. ]
  1501. },
  1502. {
  1503. "doc": "\n Returns the list of squads accesible to this character.\n ",
  1504. "route": "^/characters/<characterID:characterIdType>/squads/$",
  1505. "name": "CharacterSquadCollection",
  1506. "representations": [
  1507. {
  1508. "scope": "squadRead",
  1509. "verb": "GET",
  1510. "version": 1,
  1511. "acceptType": "application/vnd.ccp.eve.SquadCollection-v1+json",
  1512. "version_str": "1"
  1513. },
  1514. {
  1515. "verb": "OPTIONS",
  1516. "thirdParty": true,
  1517. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1518. "version": 1,
  1519. "version_str": "1"
  1520. }
  1521. ]
  1522. },
  1523. {
  1524. "doc": "\n Handler for working with corporation Wallet accounts\n ",
  1525. "route": "^/corporations/<corporationID:corporationIdType>/accounts/$",
  1526. "name": "CorporationAccountsCollection",
  1527. "representations": [
  1528. {
  1529. "scope": "corporationRead",
  1530. "verb": "GET",
  1531. "version": 1,
  1532. "acceptType": "application/vnd.ccp.eve.CorporationAccountsCollection-v1+json",
  1533. "version_str": "1"
  1534. },
  1535. {
  1536. "verb": "OPTIONS",
  1537. "thirdParty": true,
  1538. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1539. "version": 1,
  1540. "version_str": "1"
  1541. }
  1542. ]
  1543. },
  1544. {
  1545. "doc": " The root links for Eve ",
  1546. "route": "^/roots/eve/$",
  1547. "name": "EveRoot",
  1548. "representations": [
  1549. {
  1550. "verb": "GET",
  1551. "thirdParty": true,
  1552. "acceptType": "application/vnd.ccp.eve.EveRoot-v1+json",
  1553. "version": 1,
  1554. "version_str": "1"
  1555. },
  1556. {
  1557. "verb": "OPTIONS",
  1558. "thirdParty": true,
  1559. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1560. "version": 1,
  1561. "version_str": "1"
  1562. }
  1563. ]
  1564. },
  1565. {
  1566. "representations": [
  1567. {
  1568. "verb": "GET",
  1569. "version": 1,
  1570. "acceptType": "application/vnd.ccp.eve.MapDistrict-v1+json",
  1571. "version_str": "1"
  1572. },
  1573. {
  1574. "verb": "OPTIONS",
  1575. "thirdParty": true,
  1576. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1577. "version": 1,
  1578. "version_str": "1"
  1579. }
  1580. ],
  1581. "route": "^/map/districts/<districtID:integerType>/$",
  1582. "name": "MapDistrict"
  1583. },
  1584. {
  1585. "doc": "\n Lists all members in a battle, specifically with information for the battle server.\n ",
  1586. "route": "^/battleserver/battles/<battleID:integerType>/members/$",
  1587. "name": "BattleServerBattleMemberCollection",
  1588. "representations": [
  1589. {
  1590. "scope": "battleserver",
  1591. "verb": "GET",
  1592. "version": 1,
  1593. "acceptType": "application/vnd.ccp.eve.BattleServerBattleMemberCollection-v1+json",
  1594. "version_str": "1"
  1595. },
  1596. {
  1597. "verb": "OPTIONS",
  1598. "thirdParty": true,
  1599. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1600. "version": 1,
  1601. "version_str": "1"
  1602. }
  1603. ]
  1604. },
  1605. {
  1606. "doc": "\n Once a battle is finished the battle server POSTS back to this handler notifying us\n of how many warpoints each team earned, who won as well as the break down of items\n consumed and warpoints earned for every member in the battle.\n ",
  1607. "route": "^/battleserver/battles/<battleID:integerType>/complete/$",
  1608. "name": "BattleServerBattleCompleted",
  1609. "representations": [
  1610. {
  1611. "verb": "OPTIONS",
  1612. "thirdParty": true,
  1613. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1614. "version": 1,
  1615. "version_str": "1"
  1616. },
  1617. {
  1618. "scope": "battleserver",
  1619. "verb": "POST",
  1620. "version": 1,
  1621. "contentType": "application/vnd.ccp.eve.BattleServerBattleCompleted-v1+json",
  1622. "version_str": "1"
  1623. }
  1624. ]
  1625. },
  1626. {
  1627. "doc": " An item type ",
  1628. "route": "^/types/<typeID:integerType>/$",
  1629. "name": "ItemType",
  1630. "representations": [
  1631. {
  1632. "scope": "any",
  1633. "verb": "GET",
  1634. "version": 1,
  1635. "acceptType": "application/vnd.ccp.eve.ItemType-v1+json",
  1636. "version_str": "1"
  1637. },
  1638. {
  1639. "scope": "any",
  1640. "verb": "GET",
  1641. "version": 2,
  1642. "acceptType": "application/vnd.ccp.eve.ItemType-v2+json",
  1643. "version_str": "2"
  1644. },
  1645. {
  1646. "verb": "OPTIONS",
  1647. "thirdParty": true,
  1648. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1649. "version": 1,
  1650. "version_str": "1"
  1651. }
  1652. ]
  1653. },
  1654. {
  1655. "doc": "\n Serve up bundle definitions\n ",
  1656. "route": "^/dust/<legacy:stringType>/<h:stringType>$",
  1657. "name": "DustBundle",
  1658. "representations": [
  1659. {
  1660. "scope": "dustAsset",
  1661. "verb": "GET",
  1662. "version": 1,
  1663. "acceptType": "application/vnd.ccp.eve.contentstreaming.Bundle-v1+json",
  1664. "version_str": "1"
  1665. },
  1666. {
  1667. "verb": "OPTIONS",
  1668. "thirdParty": true,
  1669. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1670. "version": 1,
  1671. "version_str": "1"
  1672. }
  1673. ]
  1674. },
  1675. {
  1676. "doc": "\n This handler is used to record client checkpoint in path-to-game by logging on splunk\n With this log we can know exactly how many player failed in\n path-to-game without relying on client logging.\n ",
  1677. "route": "^/dust/checkpoints/$",
  1678. "name": "DustClientCheckpoints",
  1679. "representations": [
  1680. {
  1681. "verb": "OPTIONS",
  1682. "thirdParty": true,
  1683. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1684. "version": 1,
  1685. "version_str": "1"
  1686. },
  1687. {
  1688. "verb": "PUT",
  1689. "version": 1,
  1690. "contentType": "application/vnd.ccp.eve.DustClientCheckpoints-v1+json",
  1691. "version_str": "1"
  1692. }
  1693. ]
  1694. },
  1695. {
  1696. "doc": "\n This class handles the dust agent information.\n ",
  1697. "route": "^/characters/<characterID:characterIdType>/mercenary/agents/$",
  1698. "name": "DustCharacterAgents",
  1699. "representations": [
  1700. {
  1701. "scope": "any",
  1702. "verb": "GET",
  1703. "version": 1,
  1704. "acceptType": "application/vnd.ccp.eve.DustCharacterAgentsCollection-v1+json",
  1705. "version_str": "1"
  1706. },
  1707. {
  1708. "verb": "OPTIONS",
  1709. "thirdParty": true,
  1710. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1711. "version": 1,
  1712. "version_str": "1"
  1713. }
  1714. ]
  1715. },
  1716. {
  1717. "representations": [
  1718. {
  1719. "scope": "any",
  1720. "verb": "GET",
  1721. "version": 1,
  1722. "acceptType": "application/vnd.ccp.eve.TestNotificationsRequest-v1+json",
  1723. "version_str": "1"
  1724. },
  1725. {
  1726. "verb": "OPTIONS",
  1727. "thirdParty": true,
  1728. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1729. "version": 1,
  1730. "version_str": "1"
  1731. }
  1732. ],
  1733. "route": "^/server/testing/notifications/<streamID:stringType>/$",
  1734. "name": "TestingNotification"
  1735. },
  1736. {
  1737. "representations": [
  1738. {
  1739. "scope": "marketRead",
  1740. "verb": "GET",
  1741. "version": 1,
  1742. "acceptType": "application/vnd.ccp.eve.MarketGroup-v1+json",
  1743. "version_str": "1"
  1744. },
  1745. {
  1746. "verb": "OPTIONS",
  1747. "thirdParty": true,
  1748. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1749. "version": 1,
  1750. "version_str": "1"
  1751. }
  1752. ],
  1753. "route": "^/market/groups/<groupID:integerType>/$",
  1754. "name": "MarketGroup"
  1755. },
  1756. {
  1757. "representations": [
  1758. {
  1759. "verb": "GET",
  1760. "version": 1,
  1761. "acceptType": "application/vnd.ccp.eve.MapUniverseOwners-v1+json",
  1762. "version_str": "1"
  1763. },
  1764. {
  1765. "verb": "OPTIONS",
  1766. "thirdParty": true,
  1767. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1768. "version": 1,
  1769. "version_str": "1"
  1770. }
  1771. ],
  1772. "route": "^/map/regions/owners/sovereignty/$",
  1773. "name": "MapUniverseSovereigntyOwners"
  1774. },
  1775. {
  1776. "doc": "\n Allows accepting a store offer by posting the contents of the offer to this resource.\n ",
  1777. "route": "^/dust/loyaltystores/<storeID:integerType>/offers/<offerID:integerType>/$",
  1778. "name": "DustLoyaltyStoreOffer",
  1779. "representations": [
  1780. {
  1781. "verb": "OPTIONS",
  1782. "thirdParty": true,
  1783. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1784. "version": 1,
  1785. "version_str": "1"
  1786. },
  1787. {
  1788. "scope": "dustLoyaltyStore",
  1789. "verb": "POST",
  1790. "version": 1,
  1791. "contentType": "application/vnd.ccp.eve.DustLoyaltyStoreOffer-v1+json",
  1792. "version_str": "1"
  1793. }
  1794. ]
  1795. },
  1796. {
  1797. "doc": "\n Member collection lists all of the characters joined to a chat channel.\n ",
  1798. "route": "^/chat/channels/<channelSlug:stringType>/members/$",
  1799. "name": "ChatChannelMemberCollection",
  1800. "representations": [
  1801. {
  1802. "scope": "chatRead",
  1803. "verb": "GET",
  1804. "version": 1,
  1805. "acceptType": "application/vnd.ccp.eve.ChatChannelMemberCollection-v1+json",
  1806. "version_str": "1"
  1807. },
  1808. {
  1809. "verb": "OPTIONS",
  1810. "thirdParty": true,
  1811. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1812. "version": 1,
  1813. "version_str": "1"
  1814. },
  1815. {
  1816. "scope": "chatWrite",
  1817. "verb": "POST",
  1818. "version": 1,
  1819. "contentType": "application/vnd.ccp.eve.ChatChannelMemberCreate-v1+json",
  1820. "version_str": "1"
  1821. }
  1822. ]
  1823. },
  1824. {
  1825. "representations": [
  1826. {
  1827. "scope": "battleserver",
  1828. "verb": "GET",
  1829. "version": 1,
  1830. "acceptType": "application/vnd.ccp.eve.DustCharacterSkillCollection+json",
  1831. "version_str": "1"
  1832. },
  1833. {
  1834. "verb": "OPTIONS",
  1835. "thirdParty": true,
  1836. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1837. "version": 1,
  1838. "version_str": "1"
  1839. }
  1840. ],
  1841. "route": "^/battleserver/mercenary/<characterID:characterIdType>/skills/$",
  1842. "name": "DustBattleServerCharacterSkills"
  1843. },
  1844. {
  1845. "doc": " Self reference for an item within an inventory location. This handler\n should be used for performing operations on the inventory itself. ",
  1846. "route": "^/inventory/<locationID:integerType>/owner/<characterID:integerType>/<flagName:stringType>/<itemID:integerType>/$",
  1847. "name": "CrestInventoryItem",
  1848. "representations": [
  1849. {
  1850. "scope": "inventorysRead",
  1851. "verb": "GET",
  1852. "version": 1,
  1853. "acceptType": "application/vnd.ccp.eve.InventoryItem-v1+json",
  1854. "version_str": "1"
  1855. },
  1856. {
  1857. "verb": "OPTIONS",
  1858. "thirdParty": true,
  1859. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1860. "version": 1,
  1861. "version_str": "1"
  1862. }
  1863. ]
  1864. },
  1865. {
  1866. "doc": "\n The mail collection handler returns a paginated list of the EVE mail for\n a character, using a compact representation of mail for filtering and showing\n an index of your mailbox. This mixes all of your corporation, alliance, personal,\n sent and draft mail etc into a single list but allows filtering with optional\n query params.\n\n Posting to the collection handler is used for sending new mail.\n ",
  1867. "route": "^/characters/<characterID:characterIdType>/mail/$",
  1868. "name": "MailCollection",
  1869. "representations": [
  1870. {
  1871. "thirdParty": true,
  1872. "version": 3,
  1873. "verb": "GET",
  1874. "version_str": "3",
  1875. "scope": "mail",
  1876. "acceptType": "application/vnd.ccp.eve.MailCollection-v3+json"
  1877. },
  1878. {
  1879. "verb": "OPTIONS",
  1880. "thirdParty": true,
  1881. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1882. "version": 1,
  1883. "version_str": "1"
  1884. },
  1885. {
  1886. "thirdParty": true,
  1887. "contentType": "application/vnd.ccp.eve.MailCreate-v1+json",
  1888. "version": 1,
  1889. "verb": "POST",
  1890. "version_str": "1",
  1891. "scope": "mail"
  1892. },
  1893. {
  1894. "scope": "mail",
  1895. "verb": "PUT",
  1896. "version": 1,
  1897. "contentType": "application/vnd.ccp.eve.MailCollectionEdit-v1+json",
  1898. "version_str": "1"
  1899. }
  1900. ]
  1901. },
  1902. {
  1903. "representations": [
  1904. {
  1905. "scope": "capsuleerRead",
  1906. "verb": "GET",
  1907. "version": 1,
  1908. "acceptType": "application/vnd.ccp.eve.CapsuleerPrivate-v1+json",
  1909. "version_str": "1"
  1910. },
  1911. {
  1912. "verb": "OPTIONS",
  1913. "thirdParty": true,
  1914. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1915. "version": 1,
  1916. "version_str": "1"
  1917. }
  1918. ],
  1919. "route": "^/characters/<characterID:characterIdType>/capsuleer/private/$",
  1920. "name": "CapsuleerPrivate"
  1921. },
  1922. {
  1923. "representations": [
  1924. {
  1925. "verb": "OPTIONS",
  1926. "thirdParty": true,
  1927. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1928. "version": 1,
  1929. "version_str": "1"
  1930. }
  1931. ],
  1932. "route": "^/map/systems/$",
  1933. "name": "MapSystems"
  1934. },
  1935. {
  1936. "doc": "Public character resource",
  1937. "route": "^/characters/<characterID:characterIdType>/$",
  1938. "name": "Character",
  1939. "representations": [
  1940. {
  1941. "thirdParty": true,
  1942. "version": 1,
  1943. "verb": "GET",
  1944. "version_str": "1",
  1945. "scope": "any",
  1946. "acceptType": "application/vnd.ccp.eve.Character-v2+json"
  1947. },
  1948. {
  1949. "scope": "any",
  1950. "verb": "GET",
  1951. "version": 1,
  1952. "acceptType": "application/vnd.ccp.eve.Character-v1+json",
  1953. "version_str": "1"
  1954. },
  1955. {
  1956. "verb": "OPTIONS",
  1957. "thirdParty": true,
  1958. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1959. "version": 1,
  1960. "version_str": "1"
  1961. }
  1962. ]
  1963. },
  1964. {
  1965. "doc": " Returns a single team within the context of a single tournament ",
  1966. "route": "^/tournaments/<tournamentID:integerType>/teams/<teamID:integerType>/$",
  1967. "name": "TournamentTeamWithinTournament",
  1968. "representations": [
  1969. {
  1970. "thirdParty": true,
  1971. "version": 1,
  1972. "verb": "GET",
  1973. "version_str": "1",
  1974. "scope": "any",
  1975. "acceptType": "application/vnd.ccp.eve.TournamentTeam-v1+json"
  1976. },
  1977. {
  1978. "verb": "OPTIONS",
  1979. "thirdParty": true,
  1980. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1981. "version": 1,
  1982. "version_str": "1"
  1983. }
  1984. ]
  1985. },
  1986. {
  1987. "representations": [
  1988. {
  1989. "scope": "dustAccountRead",
  1990. "verb": "GET",
  1991. "version": 1,
  1992. "acceptType": "application/vnd.ccp.eve.CharacterAccount-v1+json",
  1993. "version_str": "1"
  1994. },
  1995. {
  1996. "verb": "OPTIONS",
  1997. "thirdParty": true,
  1998. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  1999. "version": 1,
  2000. "version_str": "1"
  2001. }
  2002. ],
  2003. "route": "^/dust/characters/<characterID:characterIdType>/accounts/<accountID:integerType>/$",
  2004. "name": "CharacterAccount"
  2005. },
  2006. {
  2007. "doc": "A collection of all wars for EVE",
  2008. "route": "^/wars/$",
  2009. "name": "WarsCollection",
  2010. "representations": [
  2011. {
  2012. "thirdParty": true,
  2013. "version": 1,
  2014. "verb": "GET",
  2015. "version_str": "1",
  2016. "scope": "any",
  2017. "acceptType": "application/vnd.ccp.eve.WarsCollection-v1+json"
  2018. },
  2019. {
  2020. "verb": "OPTIONS",
  2021. "thirdParty": true,
  2022. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2023. "version": 1,
  2024. "version_str": "1"
  2025. }
  2026. ]
  2027. },
  2028. {
  2029. "doc": "\n Crest handler for planet static resources\n returns a JSon response of a planet object\n ",
  2030. "route": "^/planets/<planetID:integerType>/$",
  2031. "name": "Planet",
  2032. "representations": [
  2033. {
  2034. "scope": "mapRead",
  2035. "verb": "GET",
  2036. "version": 1,
  2037. "acceptType": "application/vnd.ccp.eve.Planet-v1+json",
  2038. "version_str": "1"
  2039. },
  2040. {
  2041. "verb": "OPTIONS",
  2042. "thirdParty": true,
  2043. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2044. "version": 1,
  2045. "version_str": "1"
  2046. }
  2047. ]
  2048. },
  2049. {
  2050. "representations": [
  2051. {
  2052. "thirdParty": true,
  2053. "version": 1,
  2054. "verb": "GET",
  2055. "version_str": "1",
  2056. "scope": "any",
  2057. "acceptType": "application/vnd.ccp.eve.IndustryTeamCollection-v1+json"
  2058. },
  2059. {
  2060. "verb": "OPTIONS",
  2061. "thirdParty": true,
  2062. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2063. "version": 1,
  2064. "version_str": "1"
  2065. }
  2066. ],
  2067. "route": "^/industry/teams/auction/$",
  2068. "name": "TeamInAuctionCollection"
  2069. },
  2070. {
  2071. "doc": "\n A contact relationship including standing and watched status. Contained within a [[#ContactList|ContactList]].\n Character contacts require the [[#personalContactsWrite|personalContactsWrite]] scope to update.\n Corporation contacts require the [[#corporationContactsWrite|corporationContactsWrite]] scope to update.\n ",
  2072. "route": "^/characters/<characterID:characterIdType>/contacts/<contactID:integerType>/$",
  2073. "name": "Contact",
  2074. "representations": [
  2075. {
  2076. "thirdParty": true,
  2077. "version": 1,
  2078. "verb": "DELETE",
  2079. "version_str": "1",
  2080. "scope": "personalContactsWrite",
  2081. "acceptType": "application/vnd.ccp.eve.ContactDelete-v1+json"
  2082. },
  2083. {
  2084. "verb": "OPTIONS",
  2085. "thirdParty": true,
  2086. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2087. "version": 1,
  2088. "version_str": "1"
  2089. },
  2090. {
  2091. "thirdParty": true,
  2092. "contentType": "application/vnd.ccp.eve.ContactCreate-v1+json",
  2093. "version": 1,
  2094. "verb": "PUT",
  2095. "version_str": "1",
  2096. "scope": "personalContactsWrite"
  2097. }
  2098. ]
  2099. },
  2100. {
  2101. "representations": [
  2102. {
  2103. "scope": "marketRead",
  2104. "verb": "GET",
  2105. "version": 1,
  2106. "acceptType": "application/vnd.ccp.eve.MarketGroupCollection-v1+json",
  2107. "version_str": "1"
  2108. },
  2109. {
  2110. "verb": "OPTIONS",
  2111. "thirdParty": true,
  2112. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2113. "version": 1,
  2114. "version_str": "1"
  2115. }
  2116. ],
  2117. "route": "^/market/groups/$",
  2118. "name": "MarketGroups"
  2119. },
  2120. {
  2121. "doc": "\n Returns a list of squads available in this battle.\n ",
  2122. "route": "^/battles/<battleID:integerType>/squads/$",
  2123. "name": "BattleSquadCollection",
  2124. "representations": [
  2125. {
  2126. "scope": "battleRead",
  2127. "verb": "GET",
  2128. "version": 1,
  2129. "acceptType": "application/vnd.ccp.eve.SquadCollection-v1+json",
  2130. "version_str": "1"
  2131. },
  2132. {
  2133. "verb": "OPTIONS",
  2134. "thirdParty": true,
  2135. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2136. "version": 1,
  2137. "version_str": "1"
  2138. }
  2139. ]
  2140. },
  2141. {
  2142. "doc": "\n A [[#Collection|Collection]] of references to [[#Resources|Resources]] matching the provided query.\n Accepts \"name\" as a query string parameter which is matched against resource names.\n ",
  2143. "route": "^/dust/storefront/<regionID:integerType>/$",
  2144. "name": "DustStorefront",
  2145. "representations": [
  2146. {
  2147. "scope": "dustStorefront",
  2148. "verb": "GET",
  2149. "version": 1,
  2150. "acceptType": "application/vnd.ccp.eve.Storefront-v1+json",
  2151. "version_str": "1"
  2152. },
  2153. {
  2154. "scope": "dustStorefront",
  2155. "verb": "GET",
  2156. "version": 2,
  2157. "acceptType": "application/vnd.ccp.eve.Storefront-v2+json",
  2158. "version_str": "2"
  2159. },
  2160. {
  2161. "verb": "OPTIONS",
  2162. "thirdParty": true,
  2163. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2164. "version": 1,
  2165. "version_str": "1"
  2166. }
  2167. ]
  2168. },
  2169. {
  2170. "doc": "Gets a single war and the information about that war.",
  2171. "route": "^/industry/teams/<teamID:integerType>/$",
  2172. "name": "Team",
  2173. "representations": [
  2174. {
  2175. "thirdParty": true,
  2176. "version": 1,
  2177. "verb": "GET",
  2178. "version_str": "1",
  2179. "scope": "any",
  2180. "acceptType": "application/vnd.ccp.eve.IndustryTeam-v1+json"
  2181. },
  2182. {
  2183. "verb": "OPTIONS",
  2184. "thirdParty": true,
  2185. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2186. "version": 1,
  2187. "version_str": "1"
  2188. }
  2189. ]
  2190. },
  2191. {
  2192. "representations": [
  2193. {
  2194. "thirdParty": true,
  2195. "version": 1,
  2196. "verb": "GET",
  2197. "version_str": "1",
  2198. "scope": "any",
  2199. "acceptType": "application/vnd.ccp.eve.IndustryFacilityCollection-v1+json"
  2200. },
  2201. {
  2202. "verb": "OPTIONS",
  2203. "thirdParty": true,
  2204. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2205. "version": 1,
  2206. "version_str": "1"
  2207. }
  2208. ],
  2209. "route": "^/industry/facilities/$",
  2210. "name": "IndustryFacilityCollection"
  2211. },
  2212. {
  2213. "doc": "Mercenary handler that gives a list of the dust characters for that user",
  2214. "route": "^/users/<userID:userIdType>/mercenaries/<characterID:characterIdType>/$",
  2215. "name": "UserMercenaryListItem",
  2216. "representations": [
  2217. {
  2218. "scope": "dustUserWrite",
  2219. "verb": "DELETE",
  2220. "version": 1,
  2221. "acceptType": "application/vnd.ccp.eve.MercenaryDelete-v1+json",
  2222. "version_str": "1"
  2223. },
  2224. {
  2225. "scope": "dustUserRead",
  2226. "verb": "GET",
  2227. "version": 1,
  2228. "acceptType": "application/vnd.ccp.eve.MercenaryItem-v1+json",
  2229. "version_str": "1"
  2230. },
  2231. {
  2232. "verb": "OPTIONS",
  2233. "thirdParty": true,
  2234. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2235. "version": 1,
  2236. "version_str": "1"
  2237. },
  2238. {
  2239. "scope": "dustUserWrite",
  2240. "verb": "POST",
  2241. "version": 1,
  2242. "contentType": "application/vnd.ccp.eve.MercenaryItemUpdate-v1+json",
  2243. "version_str": "1"
  2244. }
  2245. ]
  2246. },
  2247. {
  2248. "doc": "\n Mercenary Fitting CREST resource.\n ",
  2249. "route": "^/characters/<characterID:integerType>/mercenary/fittings/<fittingID:integerType>/$",
  2250. "name": "MercenaryFitting",
  2251. "representations": [
  2252. {
  2253. "scope": "dustFittingsWrite",
  2254. "verb": "DELETE",
  2255. "version": 1,
  2256. "acceptType": "application/vnd.ccp.eve.MercenaryFittingDelete-v1+json",
  2257. "version_str": "1"
  2258. },
  2259. {
  2260. "scope": "dustFittingsRead",
  2261. "verb": "GET",
  2262. "version": 1,
  2263. "acceptType": "application/vnd.ccp.eve.MercenaryFitting-v1+json",
  2264. "version_str": "1"
  2265. },
  2266. {
  2267. "verb": "OPTIONS",
  2268. "thirdParty": true,
  2269. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2270. "version": 1,
  2271. "version_str": "1"
  2272. },
  2273. {
  2274. "scope": "dustFittingsWrite",
  2275. "verb": "PUT",
  2276. "version": 1,
  2277. "contentType": "application/vnd.ccp.eve.MercenaryFittingUpdate-v1+json",
  2278. "version_str": "1"
  2279. }
  2280. ]
  2281. },
  2282. {
  2283. "representations": [
  2284. {
  2285. "verb": "GET",
  2286. "version": 1,
  2287. "acceptType": "application/vnd.ccp.eve.MapConstellation-v1+json",
  2288. "version_str": "1"
  2289. },
  2290. {
  2291. "verb": "OPTIONS",
  2292. "thirdParty": true,
  2293. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2294. "version": 1,
  2295. "version_str": "1"
  2296. }
  2297. ],
  2298. "route": "^/map/constellations/<constellationID:integerType>/$",
  2299. "name": "MapConstellation"
  2300. },
  2301. {
  2302. "representations": [
  2303. {
  2304. "scope": "any",
  2305. "verb": "GET",
  2306. "version": 1,
  2307. "acceptType": "application/vnd.ccp.eve.Location-v1+json",
  2308. "version_str": "1"
  2309. },
  2310. {
  2311. "verb": "OPTIONS",
  2312. "thirdParty": true,
  2313. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2314. "version": 1,
  2315. "version_str": "1"
  2316. }
  2317. ],
  2318. "route": "^/universe/locations/<locationID:integerType>/$",
  2319. "name": "Location"
  2320. },
  2321. {
  2322. "doc": " Endpoint used to create links that represent deleted resources ",
  2323. "route": "^/gone/$",
  2324. "name": "Gone",
  2325. "representations": [
  2326. {
  2327. "verb": "GET",
  2328. "thirdParty": true,
  2329. "acceptType": "application/vnd.ccp.eve.Gone-v1+json",
  2330. "version": 1,
  2331. "version_str": "1"
  2332. },
  2333. {
  2334. "verb": "OPTIONS",
  2335. "thirdParty": true,
  2336. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2337. "version": 1,
  2338. "version_str": "1"
  2339. }
  2340. ]
  2341. },
  2342. {
  2343. "representations": [
  2344. {
  2345. "verb": "GET",
  2346. "thirdParty": true,
  2347. "acceptType": "application/vnd.ccp.eve.DustPathToGameDocumentMap-v1+json",
  2348. "version": 1,
  2349. "version_str": "1"
  2350. },
  2351. {
  2352. "verb": "OPTIONS",
  2353. "thirdParty": true,
  2354. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2355. "version": 1,
  2356. "version_str": "1"
  2357. }
  2358. ],
  2359. "route": "^/dust/pathtogame/$",
  2360. "name": "DustPathToGame"
  2361. },
  2362. {
  2363. "representations": [
  2364. {
  2365. "thirdParty": true,
  2366. "version": 1,
  2367. "verb": "GET",
  2368. "version_str": "1",
  2369. "scope": "any",
  2370. "acceptType": "application/vnd.ccp.eve.IndustrySpeciality-v1+json"
  2371. },
  2372. {
  2373. "verb": "OPTIONS",
  2374. "thirdParty": true,
  2375. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2376. "version": 1,
  2377. "version_str": "1"
  2378. }
  2379. ],
  2380. "route": "^/industry/specialities/<specialityID:integerType>/$",
  2381. "name": "Speciality"
  2382. },
  2383. {
  2384. "doc": "\n Handler for working with corporation Wallet accounts\n ",
  2385. "route": "^/corporations/<corporationID:corporationIdType>/accounts/<accountID:integerType>/$",
  2386. "name": "CorporationAccount",
  2387. "representations": [
  2388. {
  2389. "scope": "corporationRead",
  2390. "verb": "GET",
  2391. "version": 1,
  2392. "acceptType": "application/vnd.ccp.eve.CorporationAccount-v1+json",
  2393. "version_str": "1"
  2394. },
  2395. {
  2396. "verb": "OPTIONS",
  2397. "thirdParty": true,
  2398. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2399. "version": 1,
  2400. "version_str": "1"
  2401. }
  2402. ]
  2403. },
  2404. {
  2405. "doc": " Returns a single tournament ",
  2406. "route": "^/tournaments/<tournamentID:integerType>/$",
  2407. "name": "Tournament",
  2408. "representations": [
  2409. {
  2410. "thirdParty": true,
  2411. "version": 1,
  2412. "verb": "GET",
  2413. "version_str": "1",
  2414. "scope": "any",
  2415. "acceptType": "application/vnd.ccp.eve.Tournament-v1+json"
  2416. },
  2417. {
  2418. "verb": "OPTIONS",
  2419. "thirdParty": true,
  2420. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2421. "version": 1,
  2422. "version_str": "1"
  2423. }
  2424. ]
  2425. },
  2426. {
  2427. "representations": [
  2428. {
  2429. "scope": "dustQuestsRead",
  2430. "verb": "GET",
  2431. "version": 1,
  2432. "acceptType": "application/vnd.ccp.eve.DustQuest-v1+json",
  2433. "version_str": "1"
  2434. },
  2435. {
  2436. "scope": "dustQuestsRead",
  2437. "verb": "GET",
  2438. "version": 2,
  2439. "acceptType": "application/vnd.ccp.eve.DustQuest-v2+json",
  2440. "version_str": "2"
  2441. },
  2442. {
  2443. "verb": "OPTIONS",
  2444. "thirdParty": true,
  2445. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2446. "version": 1,
  2447. "version_str": "1"
  2448. },
  2449. {
  2450. "scope": "dustQuestsWrite",
  2451. "verb": "PUT",
  2452. "version": 1,
  2453. "contentType": "application/vnd.ccp.eve.DustQuestUpdate-v1+json",
  2454. "version_str": "1"
  2455. },
  2456. {
  2457. "scope": "dustQuestsWrite",
  2458. "verb": "PUT",
  2459. "version": 2,
  2460. "contentType": "application/vnd.ccp.eve.DustQuestUpdate-v1+json",
  2461. "version_str": "2"
  2462. }
  2463. ],
  2464. "route": "^/characters/<characterID:characterIdType>/quests/<questID:integerType>/$",
  2465. "name": "DustQuest"
  2466. },
  2467. {
  2468. "representations": [
  2469. {
  2470. "verb": "OPTIONS",
  2471. "thirdParty": true,
  2472. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2473. "version": 1,
  2474. "version_str": "1"
  2475. }
  2476. ],
  2477. "route": "^/factions/<factionID:integerType>/$",
  2478. "name": "Faction"
  2479. },
  2480. {
  2481. "doc": "\n Channel handler is used for request the chat channels details and updating\n the channel information if the client is allowed.\n ",
  2482. "route": "^/chat/channels/<channelSlug:stringType>/$",
  2483. "name": "ChatChannel",
  2484. "representations": [
  2485. {
  2486. "scope": "chatRead",
  2487. "verb": "GET",
  2488. "version": 1,
  2489. "acceptType": "application/vnd.ccp.eve.ChatChannel-v1+json",
  2490. "version_str": "1"
  2491. },
  2492. {
  2493. "verb": "OPTIONS",
  2494. "thirdParty": true,
  2495. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2496. "version": 1,
  2497. "version_str": "1"
  2498. },
  2499. {
  2500. "scope": "chatWrite",
  2501. "verb": "PUT",
  2502. "version": 1,
  2503. "contentType": "application/vnd.ccp.eve.ChatChannelUpdate-v1+json",
  2504. "version_str": "1"
  2505. }
  2506. ]
  2507. },
  2508. {
  2509. "doc": " Redeems items from tokens",
  2510. "route": "^/fulfillment/characters/<characterID:characterIdType>/$",
  2511. "name": "FulfillmentCharacter",
  2512. "representations": [
  2513. {
  2514. "verb": "OPTIONS",
  2515. "thirdParty": true,
  2516. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2517. "version": 1,
  2518. "version_str": "1"
  2519. },
  2520. {
  2521. "scope": "fulfillment",
  2522. "verb": "POST",
  2523. "version": 1,
  2524. "contentType": "application/vnd.ccp.eve.Fulfillment-v1+json",
  2525. "version_str": "1"
  2526. }
  2527. ]
  2528. },
  2529. {
  2530. "doc": " The **CREST** API entry point ",
  2531. "route": "^/$",
  2532. "name": "Api",
  2533. "representations": [
  2534. {
  2535. "version": 0,
  2536. "deprecated": true,
  2537. "verb": "GET",
  2538. "version_str": "0",
  2539. "scope": "legacyRoot",
  2540. "acceptType": "application/vnd.ccp.eve.Api-v0+json"
  2541. },
  2542. {
  2543. "deprecated": true,
  2544. "verb": "GET",
  2545. "version": 1,
  2546. "acceptType": "application/vnd.ccp.eve.Api-v1+json",
  2547. "version_str": "1"
  2548. },
  2549. {
  2550. "thirdParty": true,
  2551. "version": 2,
  2552. "deprecated": true,
  2553. "verb": "GET",
  2554. "version_str": "2",
  2555. "acceptType": "application/vnd.ccp.eve.Api-v2+json"
  2556. },
  2557. {
  2558. "verb": "GET",
  2559. "thirdParty": true,
  2560. "acceptType": "application/vnd.ccp.eve.Api-v3+json",
  2561. "version": 3,
  2562. "version_str": "3"
  2563. },
  2564. {
  2565. "verb": "OPTIONS",
  2566. "thirdParty": true,
  2567. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2568. "version": 1,
  2569. "version_str": "1"
  2570. }
  2571. ]
  2572. },
  2573. {
  2574. "doc": "\n Handler for working with corporation Wallet account transfers\n ",
  2575. "route": "^/corporations/<corporationID:corporationIdType>/accounts/<accountID:integerType>/transactions/$",
  2576. "name": "CorporationAccountTransfer",
  2577. "representations": [
  2578. {
  2579. "scope": "corporationRead",
  2580. "verb": "GET",
  2581. "version": 1,
  2582. "acceptType": "application/vnd.ccp.eve.AccountTransactionCollection-v1+json",
  2583. "version_str": "1"
  2584. },
  2585. {
  2586. "verb": "OPTIONS",
  2587. "thirdParty": true,
  2588. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2589. "version": 1,
  2590. "version_str": "1"
  2591. },
  2592. {
  2593. "scope": "corporationWrite",
  2594. "verb": "POST",
  2595. "version": 1,
  2596. "contentType": "application/vnd.ccp.eve.AccountTransaction-v1+json",
  2597. "version_str": "1"
  2598. }
  2599. ]
  2600. },
  2601. {
  2602. "doc": "\n Returns all the offers at a store.\n ",
  2603. "route": "^/dust/loyaltystores/<storeID:integerType>/offers/$",
  2604. "name": "DustLoyaltyStoreOfferCollection",
  2605. "representations": [
  2606. {
  2607. "scope": "dustLoyaltyStore",
  2608. "verb": "GET",
  2609. "version": 1,
  2610. "acceptType": "application/vnd.ccp.eve.DustLoyaltyStoreOfferCollection-v1+json",
  2611. "version_str": "1"
  2612. },
  2613. {
  2614. "verb": "OPTIONS",
  2615. "thirdParty": true,
  2616. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2617. "version": 1,
  2618. "version_str": "1"
  2619. }
  2620. ]
  2621. },
  2622. {
  2623. "doc": " Global asset list for characters. ",
  2624. "route": "^/characters/<characterID:characterIdType>/assets/$",
  2625. "name": "CrestCharacterGlobalInventory",
  2626. "representations": [
  2627. {
  2628. "scope": "inventorysRead",
  2629. "verb": "GET",
  2630. "version": 1,
  2631. "acceptType": "application/vnd.ccp.eve.InventoryItemCollection-v1+json",
  2632. "version_str": "1"
  2633. },
  2634. {
  2635. "verb": "OPTIONS",
  2636. "thirdParty": true,
  2637. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2638. "version": 1,
  2639. "version_str": "1"
  2640. }
  2641. ]
  2642. },
  2643. {
  2644. "representations": [
  2645. {
  2646. "verb": "OPTIONS",
  2647. "thirdParty": true,
  2648. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2649. "version": 1,
  2650. "version_str": "1"
  2651. }
  2652. ],
  2653. "route": "^/portraits/mercenary/<genderID:integerType>/<portraitID:integerType>/$",
  2654. "name": "Portrait"
  2655. },
  2656. {
  2657. "doc": "\n This is basically a blank fallback handler to refer to an item outside\n of its location. In EVE we cannot easily return any meaningfull information\n based on just the itemID, but we still want a href to use a unique reference\n to this item.\n ",
  2658. "route": "^/items/<itemID:integerType>/$",
  2659. "name": "CrestItem",
  2660. "representations": [
  2661. {
  2662. "scope": "inventorysRead",
  2663. "verb": "GET",
  2664. "version": 1,
  2665. "acceptType": "application/vnd.ccp.eve.InventoryItemStub-v1+json",
  2666. "version_str": "1"
  2667. },
  2668. {
  2669. "verb": "OPTIONS",
  2670. "thirdParty": true,
  2671. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2672. "version": 1,
  2673. "version_str": "1"
  2674. }
  2675. ]
  2676. },
  2677. {
  2678. "doc": " A blocked [[#Character|Character]] or [[#Corporation|Corporation]]. ",
  2679. "route": "^/characters/<characterID:characterIdType>/blocked/<blockedID:integerType>/$",
  2680. "name": "Blocked",
  2681. "representations": [
  2682. {
  2683. "thirdParty": true,
  2684. "version": 1,
  2685. "verb": "DELETE",
  2686. "version_str": "1",
  2687. "scope": "blockedWrite",
  2688. "acceptType": "application/vnd.ccp.eve.BlockedDelete-v1+json"
  2689. },
  2690. {
  2691. "verb": "OPTIONS",
  2692. "thirdParty": true,
  2693. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2694. "version": 1,
  2695. "version_str": "1"
  2696. }
  2697. ]
  2698. },
  2699. {
  2700. "representations": [
  2701. {
  2702. "verb": "OPTIONS",
  2703. "thirdParty": true,
  2704. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2705. "version": 1,
  2706. "version_str": "1"
  2707. }
  2708. ],
  2709. "route": "^/standings/<ownerID:integerType>/<relationShipID:integerType>/$",
  2710. "name": "Standing"
  2711. },
  2712. {
  2713. "doc": "\n Handler for working with character Wallet account transfers\n ",
  2714. "route": "^/characters/<characterID:characterIdType>/accounts/<accountID:integerType>/transactions/$",
  2715. "name": "CharacterAccountTransfer",
  2716. "representations": [
  2717. {
  2718. "scope": "dustAccountRead",
  2719. "verb": "GET",
  2720. "version": 1,
  2721. "acceptType": "application/vnd.ccp.eve.AccountTransactionCollection-v1+json",
  2722. "version_str": "1"
  2723. },
  2724. {
  2725. "verb": "OPTIONS",
  2726. "thirdParty": true,
  2727. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2728. "version": 1,
  2729. "version_str": "1"
  2730. },
  2731. {
  2732. "scope": "mercenaryWrite",
  2733. "verb": "POST",
  2734. "version": 1,
  2735. "contentType": "application/vnd.ccp.eve.AccountTransaction-v1+json",
  2736. "version_str": "1"
  2737. }
  2738. ]
  2739. },
  2740. {
  2741. "doc": " Returns all tournaments teams ",
  2742. "route": "^/tournaments/teams/$",
  2743. "name": "TournamentTeamCollection",
  2744. "representations": [
  2745. {
  2746. "thirdParty": true,
  2747. "version": 1,
  2748. "verb": "GET",
  2749. "version_str": "1",
  2750. "scope": "any",
  2751. "acceptType": "application/vnd.ccp.eve.TournamentTeamCollection-v1+json"
  2752. },
  2753. {
  2754. "verb": "OPTIONS",
  2755. "thirdParty": true,
  2756. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2757. "version": 1,
  2758. "version_str": "1"
  2759. },
  2760. {
  2761. "scope": "tournamentManager",
  2762. "verb": "POST",
  2763. "version": 1,
  2764. "contentType": "application/vnd.ccp.eve.TournamentTeamCreate-v1+json",
  2765. "version_str": "1"
  2766. }
  2767. ]
  2768. },
  2769. {
  2770. "doc": "\n Returns statistics for the district, its planet and it solarsystem in relation\n to how it is affecting factional warfare. This will also include details about\n how EVE faction warfare in this system is progressing.\n\n This is designed to be useful on an end of battle report or some kind of show\n info window for a district.\n ",
  2771. "route": "^/districts/<districtID:integerType>/factional/$",
  2772. "name": "DistrictFactional",
  2773. "representations": [
  2774. {
  2775. "scope": "districtRead",
  2776. "verb": "GET",
  2777. "version": 1,
  2778. "acceptType": "application/vnd.ccp.eve.DistrictFaction-v1+json",
  2779. "version_str": "1"
  2780. },
  2781. {
  2782. "verb": "OPTIONS",
  2783. "thirdParty": true,
  2784. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2785. "version": 1,
  2786. "version_str": "1"
  2787. }
  2788. ]
  2789. },
  2790. {
  2791. "doc": "\n Handler returning a list of available realms for the caller.\n ",
  2792. "route": "^/dust/leaderboards/realms/$",
  2793. "name": "DustLeaderboardRealmCollection",
  2794. "representations": [
  2795. {
  2796. "scope": "any",
  2797. "verb": "GET",
  2798. "version": 1,
  2799. "acceptType": "application/vnd.ccp.eve.DustLeaderboardRealmCollection-v1+json",
  2800. "version_str": "1"
  2801. },
  2802. {
  2803. "verb": "OPTIONS",
  2804. "thirdParty": true,
  2805. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2806. "version": 1,
  2807. "version_str": "1"
  2808. }
  2809. ]
  2810. },
  2811. {
  2812. "doc": "\n Manages character information only accessible the user who owns the character.\n ",
  2813. "route": "^/new/dust/users/<userID:userIdType>/characters/<characterID:characterIdType>/$",
  2814. "name": "DustUserCharacterItem",
  2815. "representations": [
  2816. {
  2817. "version": 1,
  2818. "deprecated": true,
  2819. "verb": "GET",
  2820. "version_str": "1",
  2821. "scope": "mercenaryRead",
  2822. "acceptType": "application/vnd.ccp.eve.DustUserCharacterItem+json"
  2823. },
  2824. {
  2825. "verb": "OPTIONS",
  2826. "thirdParty": true,
  2827. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2828. "version": 1,
  2829. "version_str": "1"
  2830. }
  2831. ]
  2832. },
  2833. {
  2834. "doc": "\n Returns the list of publicly available battles that the caller is able to join.\n ",
  2835. "route": "^/battles/$",
  2836. "name": "BattleCollection",
  2837. "representations": [
  2838. {
  2839. "scope": "battleRead",
  2840. "verb": "GET",
  2841. "version": 1,
  2842. "acceptType": "application/vnd.ccp.eve.BattleCollection-v1+json",
  2843. "version_str": "1"
  2844. },
  2845. {
  2846. "verb": "OPTIONS",
  2847. "thirdParty": true,
  2848. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2849. "version": 1,
  2850. "version_str": "1"
  2851. }
  2852. ]
  2853. },
  2854. {
  2855. "representations": [
  2856. {
  2857. "verb": "GET",
  2858. "version": 1,
  2859. "acceptType": "application/vnd.ccp.eve.MapUniverseOwners-v1+json",
  2860. "version_str": "1"
  2861. },
  2862. {
  2863. "verb": "OPTIONS",
  2864. "thirdParty": true,
  2865. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2866. "version": 1,
  2867. "version_str": "1"
  2868. }
  2869. ],
  2870. "route": "^/map/regions/owners/districts/$",
  2871. "name": "MapUniverseDistrictOwners"
  2872. },
  2873. {
  2874. "doc": " A character bloodline ",
  2875. "route": "^/bloodlines/$",
  2876. "name": "Bloodlines",
  2877. "representations": [
  2878. {
  2879. "scope": "any",
  2880. "verb": "GET",
  2881. "version": 1,
  2882. "acceptType": "application/vnd.ccp.eve.BloodlineCollection-v1+json",
  2883. "version_str": "1"
  2884. },
  2885. {
  2886. "scope": "any",
  2887. "verb": "GET",
  2888. "version": 2,
  2889. "acceptType": "application/vnd.ccp.eve.BloodlineCollection-v2+json",
  2890. "version_str": "2"
  2891. },
  2892. {
  2893. "verb": "OPTIONS",
  2894. "thirdParty": true,
  2895. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2896. "version": 1,
  2897. "version_str": "1"
  2898. }
  2899. ]
  2900. },
  2901. {
  2902. "doc": "\n This handler supports GET\n GET: Returns all roles assigned to a corporation member\n ",
  2903. "route": "^/corporations/roles/<roleName:stringType>/$",
  2904. "name": "CorporationRole",
  2905. "representations": [
  2906. {
  2907. "scope": "corporationRead",
  2908. "verb": "GET",
  2909. "version": 1,
  2910. "acceptType": "application/vnd.ccp.eve.CorporationRole-v1+json",
  2911. "version_str": "1"
  2912. },
  2913. {
  2914. "verb": "OPTIONS",
  2915. "thirdParty": true,
  2916. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2917. "version": 1,
  2918. "version_str": "1"
  2919. }
  2920. ]
  2921. },
  2922. {
  2923. "representations": [
  2924. {
  2925. "thirdParty": true,
  2926. "version": 1,
  2927. "verb": "GET",
  2928. "version_str": "1",
  2929. "scope": "any",
  2930. "acceptType": "application/vnd.ccp.eve.IndustryTeamCollection-v1+json"
  2931. },
  2932. {
  2933. "verb": "OPTIONS",
  2934. "thirdParty": true,
  2935. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2936. "version": 1,
  2937. "version_str": "1"
  2938. }
  2939. ],
  2940. "route": "^/industry/teams/$",
  2941. "name": "TeamCollection"
  2942. },
  2943. {
  2944. "doc": "\n ",
  2945. "route": "^/characters/<characterID:characterIdType>/mercenary/skills/boosters/<boosterID:integerType>/$",
  2946. "name": "DustCharacterSkillBoosterItem",
  2947. "representations": [
  2948. {
  2949. "verb": "OPTIONS",
  2950. "thirdParty": true,
  2951. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2952. "version": 1,
  2953. "version_str": "1"
  2954. }
  2955. ]
  2956. },
  2957. {
  2958. "doc": "\n This is the main inventory handler which returns the contents of a specified\n inventory location. Both the location and the owner are required in order to show\n the contents, and the flagName (aka slot) provided can either be a specific flag\n or just the word \"all\" meaning show everything from all slots.\n ",
  2959. "route": "^/inventory/<locationID:integerType>/owner/<characterID:integerType>/<flagName:stringType>/$",
  2960. "name": "CrestInventory",
  2961. "representations": [
  2962. {
  2963. "scope": "inventorysRead",
  2964. "verb": "GET",
  2965. "version": 1,
  2966. "acceptType": "application/vnd.ccp.eve.InventoryItemCollection-v1+json",
  2967. "version_str": "1"
  2968. },
  2969. {
  2970. "verb": "OPTIONS",
  2971. "thirdParty": true,
  2972. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  2973. "version": 1,
  2974. "version_str": "1"
  2975. },
  2976. {
  2977. "scope": "inventorysWrite",
  2978. "verb": "POST",
  2979. "version": 1,
  2980. "contentType": "application/vnd.ccp.eve.InventoryItemSellToNpc-v1+json",
  2981. "version_str": "1"
  2982. },
  2983. {
  2984. "scope": "inventorysWrite",
  2985. "verb": "POST",
  2986. "version": 1,
  2987. "contentType": "application/vnd.ccp.eve.InventoryItemMove-v1+json",
  2988. "version_str": "1"
  2989. },
  2990. {
  2991. "scope": "inventorysWrite",
  2992. "verb": "POST",
  2993. "version": 1,
  2994. "contentType": "application/vnd.ccp.eve.InventoryItemCheckAndProcessAutoUse-v1+json",
  2995. "version_str": "1"
  2996. }
  2997. ]
  2998. },
  2999. {
  3000. "representations": [
  3001. {
  3002. "verb": "GET",
  3003. "version": 1,
  3004. "acceptType": "application/vnd.ccp.eve.MapUniverse-v1+json",
  3005. "version_str": "1"
  3006. },
  3007. {
  3008. "verb": "OPTIONS",
  3009. "thirdParty": true,
  3010. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3011. "version": 1,
  3012. "version_str": "1"
  3013. }
  3014. ],
  3015. "route": "^/map/regions/$",
  3016. "name": "MapRegions"
  3017. },
  3018. {
  3019. "doc": "Gets a single war and the information about that war.",
  3020. "route": "^/wars/<warID:integerType>/$",
  3021. "name": "War",
  3022. "representations": [
  3023. {
  3024. "thirdParty": true,
  3025. "version": 1,
  3026. "verb": "GET",
  3027. "version_str": "1",
  3028. "scope": "any",
  3029. "acceptType": "application/vnd.ccp.eve.War-v1+json"
  3030. },
  3031. {
  3032. "verb": "OPTIONS",
  3033. "thirdParty": true,
  3034. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3035. "version": 1,
  3036. "version_str": "1"
  3037. }
  3038. ]
  3039. },
  3040. {
  3041. "representations": [
  3042. {
  3043. "verb": "GET",
  3044. "version": 1,
  3045. "acceptType": "application/vnd.ccp.eve.MapSearchCollection-v1+json",
  3046. "version_str": "1"
  3047. },
  3048. {
  3049. "verb": "OPTIONS",
  3050. "thirdParty": true,
  3051. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3052. "version": 1,
  3053. "version_str": "1"
  3054. }
  3055. ],
  3056. "route": "^/map/search/$",
  3057. "name": "MapSearch"
  3058. },
  3059. {
  3060. "doc": " Returns all members tournaments teams ",
  3061. "route": "^/tournaments/teams/<teamID:integerType>/members/$",
  3062. "name": "TournamentTeamMemberCollection",
  3063. "representations": [
  3064. {
  3065. "thirdParty": true,
  3066. "version": 1,
  3067. "verb": "GET",
  3068. "version_str": "1",
  3069. "scope": "any",
  3070. "acceptType": "application/vnd.ccp.eve.TournamentTeamMemberCollection-v1+json"
  3071. },
  3072. {
  3073. "verb": "OPTIONS",
  3074. "thirdParty": true,
  3075. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3076. "version": 1,
  3077. "version_str": "1"
  3078. },
  3079. {
  3080. "scope": "tournamentManager",
  3081. "verb": "POST",
  3082. "version": 1,
  3083. "contentType": "application/vnd.ccp.eve.TournamentTeamCreate-v1+json",
  3084. "version_str": "1"
  3085. }
  3086. ]
  3087. },
  3088. {
  3089. "doc": "\n This class handles the basic dust character skill booster information.\n ",
  3090. "route": "^/characters/<characterID:characterIdType>/mercenary/skills/boosters/$",
  3091. "name": "DustCharacterSkillBoosters",
  3092. "representations": [
  3093. {
  3094. "scope": "dustSkillsRead",
  3095. "verb": "GET",
  3096. "version": 1,
  3097. "acceptType": "application/vnd.ccp.eve.DustSkillBoosterCollection-v2+json",
  3098. "version_str": "1"
  3099. },
  3100. {
  3101. "version": 1,
  3102. "deprecated": true,
  3103. "verb": "GET",
  3104. "version_str": "1",
  3105. "scope": "dustSkillsRead",
  3106. "acceptType": "application/vnd.ccp.eve.DustSkillBoosterCollection+json"
  3107. },
  3108. {
  3109. "verb": "OPTIONS",
  3110. "thirdParty": true,
  3111. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3112. "version": 1,
  3113. "version_str": "1"
  3114. },
  3115. {
  3116. "scope": "dustSkillsWrite",
  3117. "verb": "POST",
  3118. "version": 1,
  3119. "contentType": "application/vnd.ccp.eve.SkillBoosterUse-v1+json",
  3120. "version_str": "1"
  3121. }
  3122. ]
  3123. },
  3124. {
  3125. "representations": [
  3126. {
  3127. "verb": "OPTIONS",
  3128. "thirdParty": true,
  3129. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3130. "version": 1,
  3131. "version_str": "1"
  3132. },
  3133. {
  3134. "scope": "any",
  3135. "verb": "POST",
  3136. "version": 1,
  3137. "contentType": "application/vnd.ccp.eve.NotificationsTest-v1+json",
  3138. "version_str": "1"
  3139. }
  3140. ],
  3141. "route": "^/server/testing/notificationtest/$",
  3142. "name": "NotificationTest"
  3143. },
  3144. {
  3145. "doc": "mercenary handler that handle passive skill gain",
  3146. "route": "^/users/<userID:userIdType>/mercenaries/passiveskillgain/<characterID:characterIdType>/$",
  3147. "name": "UserPassiveSkillGain",
  3148. "representations": [
  3149. {
  3150. "verb": "OPTIONS",
  3151. "thirdParty": true,
  3152. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3153. "version": 1,
  3154. "version_str": "1"
  3155. },
  3156. {
  3157. "scope": "dustUserWrite",
  3158. "verb": "PUT",
  3159. "version": 1,
  3160. "contentType": "application/vnd.ccp.eve.MercenaryPassiveSkillGainStatus-v1+json",
  3161. "version_str": "1"
  3162. }
  3163. ]
  3164. },
  3165. {
  3166. "doc": " Handles fetching and posting buy orders on the market. ",
  3167. "route": "^/market/<regionID:integerType>/orders/buy/$",
  3168. "name": "MarketBuyOrders",
  3169. "representations": [
  3170. {
  3171. "scope": "marketRead",
  3172. "verb": "GET",
  3173. "version": 1,
  3174. "acceptType": "application/vnd.ccp.eve.MarketOrderCollection-v1+json",
  3175. "version_str": "1"
  3176. },
  3177. {
  3178. "verb": "OPTIONS",
  3179. "thirdParty": true,
  3180. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3181. "version": 1,
  3182. "version_str": "1"
  3183. },
  3184. {
  3185. "scope": "marketWrite",
  3186. "verb": "POST",
  3187. "version": 1,
  3188. "contentType": "application/vnd.ccp.eve.MarketOrder-v1+json",
  3189. "version_str": "1"
  3190. },
  3191. {
  3192. "contentType": "application/vnd.ccp.eve.MarketOrderCollection-v1+json",
  3193. "version": 1,
  3194. "verb": "POST",
  3195. "version_str": "1",
  3196. "scope": "marketWrite",
  3197. "acceptType": "application/vnd.ccp.eve.MarketOrderCollectionResult-v1+json"
  3198. }
  3199. ]
  3200. },
  3201. {
  3202. "doc": "\n Handler used for posting chat messages.\n ",
  3203. "route": "^/chat/channels/<channelSlug:stringType>/messages/$",
  3204. "name": "ChatChannelMessageCollection",
  3205. "representations": [
  3206. {
  3207. "verb": "OPTIONS",
  3208. "thirdParty": true,
  3209. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3210. "version": 1,
  3211. "version_str": "1"
  3212. },
  3213. {
  3214. "scope": "chatWrite",
  3215. "verb": "POST",
  3216. "version": 1,
  3217. "contentType": "application/vnd.ccp.eve.ChatChannelMessage-v1+json",
  3218. "version_str": "1"
  3219. }
  3220. ]
  3221. },
  3222. {
  3223. "doc": "\n A handler for marking mail as read.\n ",
  3224. "route": "^/characters/<characterID:characterIdType>/mail/<mailID:stringType>/read/$",
  3225. "name": "MailRead",
  3226. "representations": [
  3227. {
  3228. "verb": "OPTIONS",
  3229. "thirdParty": true,
  3230. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3231. "version": 1,
  3232. "version_str": "1"
  3233. },
  3234. {
  3235. "thirdParty": true,
  3236. "contentType": "application/vnd.ccp.eve.MailRead-v1+json",
  3237. "version": 1,
  3238. "verb": "POST",
  3239. "version_str": "1",
  3240. "scope": "mail"
  3241. }
  3242. ]
  3243. },
  3244. {
  3245. "doc": "Resource that has information about the user",
  3246. "route": "^/users/<userID:userIdType>/$",
  3247. "name": "User",
  3248. "representations": [
  3249. {
  3250. "scope": "userRead",
  3251. "verb": "GET",
  3252. "version": 1,
  3253. "acceptType": "application/vnd.ccp.eve.User-v1+json",
  3254. "version_str": "1"
  3255. },
  3256. {
  3257. "verb": "OPTIONS",
  3258. "thirdParty": true,
  3259. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3260. "version": 1,
  3261. "version_str": "1"
  3262. }
  3263. ]
  3264. },
  3265. {
  3266. "doc": "This is the character lookup handler, it gives you back people based on the name",
  3267. "route": "^/characters/$",
  3268. "name": "Characters",
  3269. "representations": [
  3270. {
  3271. "thirdParty": true,
  3272. "version": 1,
  3273. "verb": "GET",
  3274. "version_str": "1",
  3275. "scope": "characterSearch",
  3276. "acceptType": "application/vnd.ccp.eve.CharacterSearch-v1+json"
  3277. },
  3278. {
  3279. "verb": "OPTIONS",
  3280. "thirdParty": true,
  3281. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3282. "version": 1,
  3283. "version_str": "1"
  3284. }
  3285. ]
  3286. },
  3287. {
  3288. "doc": "\n Used for canceling orbital requests and updating them with data about the status\n of the request once it is completed.\n ",
  3289. "route": "^/battleserver/battles/<battleID:integerType>/orbitals/requests/<requestID:integerType>/$",
  3290. "name": "BattleServerOrbitalRequest",
  3291. "representations": [
  3292. {
  3293. "scope": "battleserver",
  3294. "verb": "DELETE",
  3295. "version": 1,
  3296. "acceptType": "application/vnd.ccp.eve.OrbitalRequestDelete-v1+json",
  3297. "version_str": "1"
  3298. },
  3299. {
  3300. "verb": "OPTIONS",
  3301. "thirdParty": true,
  3302. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3303. "version": 1,
  3304. "version_str": "1"
  3305. },
  3306. {
  3307. "scope": "battleserver",
  3308. "verb": "PUT",
  3309. "version": 1,
  3310. "contentType": "application/vnd.ccp.eve.BattleServerOrbitalRequest-v1+json",
  3311. "version_str": "1"
  3312. }
  3313. ]
  3314. },
  3315. {
  3316. "doc": "\n For now we only use this resource to create new battle during unit testing.\n ",
  3317. "route": "^/battleserver/battles/$",
  3318. "name": "BattleServerBattleCollection",
  3319. "representations": [
  3320. {
  3321. "verb": "OPTIONS",
  3322. "thirdParty": true,
  3323. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3324. "version": 1,
  3325. "version_str": "1"
  3326. },
  3327. {
  3328. "contentType": "application/vnd.ccp.eve.BattleServerBattleCreate-v1+json",
  3329. "version": 1,
  3330. "verb": "POST",
  3331. "version_str": "1",
  3332. "scope": "battleserver",
  3333. "acceptType": "application/vnd.ccp.eve.BattleServerBattleCreateResponse-v1+json"
  3334. }
  3335. ]
  3336. },
  3337. {
  3338. "doc": "Mercenary handler that gives a list of the dust characters for that user",
  3339. "route": "^/users/<userID:userIdType>/mercenaries/$",
  3340. "name": "UserMercenaryList",
  3341. "representations": [
  3342. {
  3343. "scope": "dustUserRead",
  3344. "verb": "GET",
  3345. "version": 1,
  3346. "acceptType": "application/vnd.ccp.eve.MercenaryCollection-v1+json",
  3347. "version_str": "1"
  3348. },
  3349. {
  3350. "verb": "OPTIONS",
  3351. "thirdParty": true,
  3352. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3353. "version": 1,
  3354. "version_str": "1"
  3355. },
  3356. {
  3357. "scope": "dustUserWrite",
  3358. "verb": "POST",
  3359. "version": 1,
  3360. "contentType": "application/vnd.ccp.eve.MercenaryItemCreate-v2+json",
  3361. "version_str": "1"
  3362. },
  3363. {
  3364. "contentType": "application/vnd.ccp.eve.MercenaryItemCreate-v1+json",
  3365. "version": 1,
  3366. "deprecated": true,
  3367. "verb": "POST",
  3368. "version_str": "1",
  3369. "scope": "dustUserWrite"
  3370. }
  3371. ]
  3372. },
  3373. {
  3374. "doc": "\n Dummy handler to allow generating links to \"graphicIDs\"\n ",
  3375. "route": "^/eve/graphics/<graphicID:integerType>/$",
  3376. "name": "CrestGraphicType",
  3377. "representations": [
  3378. {
  3379. "scope": "NOTCALLABLE",
  3380. "verb": "GET",
  3381. "version": 1,
  3382. "acceptType": "application/vnd.ccp.eve.eveGraphicType-v1+json",
  3383. "version_str": "1"
  3384. },
  3385. {
  3386. "verb": "OPTIONS",
  3387. "thirdParty": true,
  3388. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3389. "version": 1,
  3390. "version_str": "1"
  3391. }
  3392. ]
  3393. },
  3394. {
  3395. "doc": " Returns the static scene setup for a tournament match ",
  3396. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/<matchID:integerType>/static/$",
  3397. "name": "TournamentStaticSceneData",
  3398. "representations": [
  3399. {
  3400. "thirdParty": true,
  3401. "version": 1,
  3402. "verb": "GET",
  3403. "version_str": "1",
  3404. "scope": "any",
  3405. "acceptType": "application/vnd.ccp.eve.TournamentStaticSceneData-v1+json"
  3406. },
  3407. {
  3408. "verb": "OPTIONS",
  3409. "thirdParty": true,
  3410. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3411. "version": 1,
  3412. "version_str": "1"
  3413. }
  3414. ]
  3415. },
  3416. {
  3417. "doc": " [CREST_Documentation#Collection|] of all item types in EVE and DUST ",
  3418. "route": "^/types/$",
  3419. "name": "ItemTypes",
  3420. "representations": [
  3421. {
  3422. "scope": "itemTypesRead",
  3423. "verb": "GET",
  3424. "version": 1,
  3425. "acceptType": "application/vnd.ccp.eve.ItemTypeCollection-v1+json",
  3426. "version_str": "1"
  3427. },
  3428. {
  3429. "verb": "OPTIONS",
  3430. "thirdParty": true,
  3431. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3432. "version": 1,
  3433. "version_str": "1"
  3434. }
  3435. ]
  3436. },
  3437. {
  3438. "representations": [
  3439. {
  3440. "scope": "dustFittingsRead",
  3441. "verb": "GET",
  3442. "version": 1,
  3443. "acceptType": "application/vnd.ccp.eve.MercenaryFittingCollection-v1+json",
  3444. "version_str": "1"
  3445. },
  3446. {
  3447. "verb": "OPTIONS",
  3448. "thirdParty": true,
  3449. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3450. "version": 1,
  3451. "version_str": "1"
  3452. },
  3453. {
  3454. "scope": "dustFittingsWrite",
  3455. "verb": "POST",
  3456. "version": 1,
  3457. "contentType": "application/vnd.ccp.eve.MercenaryFittingCreate-v1+json",
  3458. "version_str": "1"
  3459. }
  3460. ],
  3461. "route": "^/characters/<characterID:characterIdType>/mercenary/fittings/$",
  3462. "name": "MercenaryFittingList"
  3463. },
  3464. {
  3465. "doc": "\n This handler Only supports GET\n GET : Returns a corporation application described in the URL. Information in the application is described in\n CorporationApplication-V1\n ",
  3466. "route": "^/corporations/<corporationID:corporationIdType>/applications/<characterID:characterIdType>/$",
  3467. "name": "CorporationApplication",
  3468. "representations": [
  3469. {
  3470. "scope": "corporationRead",
  3471. "verb": "GET",
  3472. "version": 1,
  3473. "acceptType": "application/vnd.ccp.eve.CorporationApplication-v1+json",
  3474. "version_str": "1"
  3475. },
  3476. {
  3477. "verb": "OPTIONS",
  3478. "thirdParty": true,
  3479. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3480. "version": 1,
  3481. "version_str": "1"
  3482. }
  3483. ]
  3484. },
  3485. {
  3486. "doc": " Used for modifying the reinforce hour assigned to a district. ",
  3487. "route": "^/districts/<districtID:integerType>/clones/$",
  3488. "name": "DistrictClonesUpdate",
  3489. "representations": [
  3490. {
  3491. "verb": "OPTIONS",
  3492. "thirdParty": true,
  3493. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3494. "version": 1,
  3495. "version_str": "1"
  3496. },
  3497. {
  3498. "scope": "districtWrite",
  3499. "verb": "POST",
  3500. "version": 1,
  3501. "contentType": "application/vnd.ccp.eve.DistrictClonesUpdate-v1+json",
  3502. "version_str": "1"
  3503. }
  3504. ]
  3505. },
  3506. {
  3507. "doc": " Returns all series in a tournament ",
  3508. "route": "^/tournaments/<tournamentID:integerType>/series/$",
  3509. "name": "TournamentSeriesCollection",
  3510. "representations": [
  3511. {
  3512. "thirdParty": true,
  3513. "version": 1,
  3514. "verb": "GET",
  3515. "version_str": "1",
  3516. "scope": "any",
  3517. "acceptType": "application/vnd.ccp.eve.TournamentSeriesCollection-v1+json"
  3518. },
  3519. {
  3520. "verb": "OPTIONS",
  3521. "thirdParty": true,
  3522. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3523. "version": 1,
  3524. "version_str": "1"
  3525. }
  3526. ]
  3527. },
  3528. {
  3529. "doc": "\n Handler to register specific playstation hardware with a session. We use this for logging and\n blacklisting for now. We may want to store more detailed device details in the DB later on for\n customer service.\n\n NOTE: This does rely on the client providing us with this information, a hacked client could\n choose to fake this data or not send it at all.\n ",
  3530. "route": "^/dust/devices/$",
  3531. "name": "DustDevices",
  3532. "representations": [
  3533. {
  3534. "verb": "OPTIONS",
  3535. "thirdParty": true,
  3536. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3537. "version": 1,
  3538. "version_str": "1"
  3539. },
  3540. {
  3541. "scope": "dustDevice",
  3542. "verb": "POST",
  3543. "version": 1,
  3544. "contentType": "application/vnd.ccp.eve.DustDevice-v1+json",
  3545. "version_str": "1"
  3546. }
  3547. ]
  3548. },
  3549. {
  3550. "doc": " Returns all series in a tournament ",
  3551. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/<matchID:integerType>/bans/$",
  3552. "name": "TournamentTypeBanCollection",
  3553. "representations": [
  3554. {
  3555. "thirdParty": true,
  3556. "version": 1,
  3557. "verb": "GET",
  3558. "version_str": "1",
  3559. "scope": "any",
  3560. "acceptType": "application/vnd.ccp.eve.TournamentTypeBanCollection-v1+json"
  3561. },
  3562. {
  3563. "verb": "OPTIONS",
  3564. "thirdParty": true,
  3565. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3566. "version": 1,
  3567. "version_str": "1"
  3568. },
  3569. {
  3570. "scope": "tournamentManagement",
  3571. "verb": "POST",
  3572. "version": 1,
  3573. "contentType": "application/vnd.ccp.eve.TournamentTypeBanCreate-v1+json",
  3574. "version_str": "1"
  3575. }
  3576. ]
  3577. },
  3578. {
  3579. "representations": [
  3580. {
  3581. "verb": "OPTIONS",
  3582. "thirdParty": true,
  3583. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3584. "version": 1,
  3585. "version_str": "1"
  3586. }
  3587. ],
  3588. "route": "^/bloodlines/<bloodlineID:integerType>/$",
  3589. "name": "Bloodline"
  3590. },
  3591. {
  3592. "representations": [
  3593. {
  3594. "verb": "GET",
  3595. "version": 1,
  3596. "acceptType": "application/vnd.ccp.eve.MapConstellationOwners-v1+json",
  3597. "version_str": "1"
  3598. },
  3599. {
  3600. "verb": "OPTIONS",
  3601. "thirdParty": true,
  3602. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3603. "version": 1,
  3604. "version_str": "1"
  3605. }
  3606. ],
  3607. "route": "^/map/constellations/<constellationID:integerType>/owners/districts/$",
  3608. "name": "MapConstellationDistrictOwners"
  3609. },
  3610. {
  3611. "doc": " Returns a single kill provided an accurate killmail ID and hash have been provided ",
  3612. "route": "^/killmails/<killID:integerType>/<killHash:stringType>/$",
  3613. "name": "Killmails",
  3614. "representations": [
  3615. {
  3616. "thirdParty": true,
  3617. "version": 1,
  3618. "verb": "GET",
  3619. "version_str": "1",
  3620. "scope": "any",
  3621. "acceptType": "application/vnd.ccp.eve.Killmail-v1+json"
  3622. },
  3623. {
  3624. "verb": "OPTIONS",
  3625. "thirdParty": true,
  3626. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3627. "version": 1,
  3628. "version_str": "1"
  3629. }
  3630. ]
  3631. },
  3632. {
  3633. "doc": " A [[#Collection|Collection]] of blocked [[#Character|Character]]s and [[#Corporation|Corporation]]s. ",
  3634. "route": "^/characters/<characterID:characterIdType>/blocked/$",
  3635. "name": "BlockedList",
  3636. "representations": [
  3637. {
  3638. "thirdParty": true,
  3639. "version": 1,
  3640. "verb": "GET",
  3641. "version_str": "1",
  3642. "scope": "blockedRead",
  3643. "acceptType": "application/vnd.ccp.eve.BlockedCollection-v1+json"
  3644. },
  3645. {
  3646. "verb": "OPTIONS",
  3647. "thirdParty": true,
  3648. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3649. "version": 1,
  3650. "version_str": "1"
  3651. },
  3652. {
  3653. "thirdParty": true,
  3654. "contentType": "application/vnd.ccp.eve.BlockedCollectionItem-v1+json",
  3655. "version": 1,
  3656. "verb": "POST",
  3657. "version_str": "1",
  3658. "scope": "blockedWrite"
  3659. }
  3660. ]
  3661. },
  3662. {
  3663. "representations": [
  3664. {
  3665. "thirdParty": true,
  3666. "version": 1,
  3667. "verb": "GET",
  3668. "version_str": "1",
  3669. "scope": "characterRead",
  3670. "acceptType": "application/vnd.ccp.eve.StandingCollection-v1+json"
  3671. },
  3672. {
  3673. "verb": "OPTIONS",
  3674. "thirdParty": true,
  3675. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3676. "version": 1,
  3677. "version_str": "1"
  3678. }
  3679. ],
  3680. "route": "^/standings/<ownerID:integerType>/$",
  3681. "name": "Standings"
  3682. },
  3683. {
  3684. "doc": " A noop endpoint used to persist the session while in character selection/creation ",
  3685. "route": "^/dust/keepalive/$",
  3686. "name": "DustKeepAlive",
  3687. "representations": [
  3688. {
  3689. "scope": "dustKeepAlive",
  3690. "verb": "GET",
  3691. "version": 1,
  3692. "acceptType": "application/vnd.ccp.eve.DustKeepAlive-v1+json",
  3693. "version_str": "1"
  3694. },
  3695. {
  3696. "verb": "OPTIONS",
  3697. "thirdParty": true,
  3698. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3699. "version": 1,
  3700. "version_str": "1"
  3701. }
  3702. ]
  3703. },
  3704. {
  3705. "doc": "\n This handler Support GET , PUT and DELETE\n GET : Get information about a corporation member. You can only get information for members of your own corp.\n What is returned is described in CorporationMember-V1\n PUT : Updates a corporation member. You can only update a member in your own corporation.\n PUT needs to be called by either a director or a ceo of a corporation. What can be updated is described\n in CorporationMemberUpdate-V1\n DELETE : Kick a member out of the corp. You can only kick members from your own corporation and you need to\n have either the director role or be the CEO to do so. I the member has any roles or titles then the call\n will fail. In that case a delete needs to be called on both those resources beforehand, noting that a\n 24 hour timer will be in place on the change of roles\n ",
  3706. "route": "^/corporations/<corporationID:corporationIdType>/members/<characterID:characterIdType>/$",
  3707. "name": "CorporationMember",
  3708. "representations": [
  3709. {
  3710. "scope": "corporationWrite",
  3711. "verb": "DELETE",
  3712. "version": 1,
  3713. "acceptType": "application/vnd.ccp.eve.CorporationMemberDelete-v1+json",
  3714. "version_str": "1"
  3715. },
  3716. {
  3717. "scope": "corporationRead",
  3718. "verb": "GET",
  3719. "version": 1,
  3720. "acceptType": "application/vnd.ccp.eve.CorporationMember-v1+json",
  3721. "version_str": "1"
  3722. },
  3723. {
  3724. "verb": "OPTIONS",
  3725. "thirdParty": true,
  3726. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3727. "version": 1,
  3728. "version_str": "1"
  3729. },
  3730. {
  3731. "scope": "corporationWrite",
  3732. "verb": "PUT",
  3733. "version": 1,
  3734. "contentType": "application/vnd.ccp.eve.CorporationMemberUpdate-v1+json",
  3735. "version_str": "1"
  3736. }
  3737. ]
  3738. },
  3739. {
  3740. "doc": "\n This handler only support DELETE\n DELETE : Strips the titles from a corporation member so he can be kicked from the corp after the 24 hour timer\n has passed. This is just a minimal handler to give dust CEO the ability to kick out members who have been\n assigned titles by an eve director. This can only by called by directors or ceo of the corporation\n ",
  3741. "route": "^/corporations/<corporationID:corporationIdType>/members/<characterID:characterIdType>/titles/$",
  3742. "name": "CorporationMemberTitle",
  3743. "representations": [
  3744. {
  3745. "scope": "corporationWrite",
  3746. "verb": "DELETE",
  3747. "version": 1,
  3748. "acceptType": "application/vnd.ccp.eve.CorporationMemberTitleDelete-v1+json",
  3749. "version_str": "1"
  3750. },
  3751. {
  3752. "verb": "OPTIONS",
  3753. "thirdParty": true,
  3754. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3755. "version": 1,
  3756. "version_str": "1"
  3757. }
  3758. ]
  3759. },
  3760. {
  3761. "representations": [
  3762. {
  3763. "thirdParty": true,
  3764. "version": 1,
  3765. "verb": "GET",
  3766. "version_str": "1",
  3767. "scope": "any",
  3768. "acceptType": "application/vnd.ccp.eve.MarketTypeHistoryCollection-v1+json"
  3769. },
  3770. {
  3771. "verb": "OPTIONS",
  3772. "thirdParty": true,
  3773. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3774. "version": 1,
  3775. "version_str": "1"
  3776. }
  3777. ],
  3778. "route": "^/market/<region_id:integerType>/types/<type_id:integerType>/history/$",
  3779. "name": "MarketTypeHistoryCollection"
  3780. },
  3781. {
  3782. "doc": " Notifies users about aurum change in the vgs ",
  3783. "route": "^/fulfillment/notification/users/<userID:userIdType>/$",
  3784. "name": "UpdateAurNotificationFromVGS",
  3785. "representations": [
  3786. {
  3787. "verb": "OPTIONS",
  3788. "thirdParty": true,
  3789. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3790. "version": 1,
  3791. "version_str": "1"
  3792. },
  3793. {
  3794. "scope": "fulfillment",
  3795. "verb": "POST",
  3796. "version": 1,
  3797. "contentType": "application/vnd.ccp.eve.VgsAurUpdate-v1+json",
  3798. "version_str": "1"
  3799. }
  3800. ]
  3801. },
  3802. {
  3803. "doc": "\n Ref for a specific store (unused).\n ",
  3804. "route": "^/dust/loyaltystores/<storeID:integerType>/$",
  3805. "name": "DustLoyaltyStore",
  3806. "representations": [
  3807. {
  3808. "verb": "OPTIONS",
  3809. "thirdParty": true,
  3810. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3811. "version": 1,
  3812. "version_str": "1"
  3813. }
  3814. ]
  3815. },
  3816. {
  3817. "doc": " Handles fetching and updating details of a single squad member. ",
  3818. "route": "^/battles/squads/<squadUUID:stringType>/members/<characterID:characterIdType>/$",
  3819. "name": "SquadMember",
  3820. "representations": [
  3821. {
  3822. "scope": "squadWrite",
  3823. "verb": "DELETE",
  3824. "version": 1,
  3825. "acceptType": "application/vnd.ccp.eve.SquadMemberDelete-v1+json",
  3826. "version_str": "1"
  3827. },
  3828. {
  3829. "scope": "squadRead",
  3830. "verb": "GET",
  3831. "version": 1,
  3832. "acceptType": "application/vnd.ccp.eve.SquadMember-v1+json",
  3833. "version_str": "1"
  3834. },
  3835. {
  3836. "verb": "OPTIONS",
  3837. "thirdParty": true,
  3838. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3839. "version": 1,
  3840. "version_str": "1"
  3841. },
  3842. {
  3843. "scope": "squadWrite",
  3844. "verb": "PUT",
  3845. "version": 1,
  3846. "contentType": "application/vnd.ccp.eve.SquadMemberUpdate-v1+json",
  3847. "version_str": "1"
  3848. }
  3849. ]
  3850. },
  3851. {
  3852. "representations": [
  3853. {
  3854. "scope": "dustFittingsWrite",
  3855. "verb": "DELETE",
  3856. "version": 1,
  3857. "acceptType": "application/vnd.ccp.eve.MercenaryFittingUnfitSlot-v1+json",
  3858. "version_str": "1"
  3859. },
  3860. {
  3861. "verb": "OPTIONS",
  3862. "thirdParty": true,
  3863. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3864. "version": 1,
  3865. "version_str": "1"
  3866. },
  3867. {
  3868. "scope": "dustFittingsWrite",
  3869. "verb": "PUT",
  3870. "version": 1,
  3871. "contentType": "application/vnd.ccp.eve.MercenaryFittingSlotUpdate-v1+json",
  3872. "version_str": "1"
  3873. }
  3874. ],
  3875. "route": "^/characters/<characterID:characterIdType>/mercenary/fittings/<fittingID:integerType>/slots/<slotName:stringType>$",
  3876. "name": "MercenaryFittingSlot"
  3877. },
  3878. {
  3879. "representations": [
  3880. {
  3881. "verb": "GET",
  3882. "version": 1,
  3883. "acceptType": "application/vnd.ccp.eve.MapSystem-v1+json",
  3884. "version_str": "1"
  3885. },
  3886. {
  3887. "verb": "OPTIONS",
  3888. "thirdParty": true,
  3889. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3890. "version": 1,
  3891. "version_str": "1"
  3892. }
  3893. ],
  3894. "route": "^/map/systems/<systemID:integerType>/$",
  3895. "name": "MapSystem"
  3896. },
  3897. {
  3898. "doc": " Returns all series in a tournament ",
  3899. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/$",
  3900. "name": "TournamentMatchCollection",
  3901. "representations": [
  3902. {
  3903. "thirdParty": true,
  3904. "version": 1,
  3905. "verb": "GET",
  3906. "version_str": "1",
  3907. "scope": "any",
  3908. "acceptType": "application/vnd.ccp.eve.TournamentMatchCollection-v1+json"
  3909. },
  3910. {
  3911. "verb": "OPTIONS",
  3912. "thirdParty": true,
  3913. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3914. "version": 1,
  3915. "version_str": "1"
  3916. },
  3917. {
  3918. "scope": "tournamentManagement",
  3919. "verb": "POST",
  3920. "version": 1,
  3921. "contentType": "application/vnd.ccp.eve.TournamentMatchCreate-v1+json",
  3922. "version_str": "1"
  3923. }
  3924. ]
  3925. },
  3926. {
  3927. "representations": [
  3928. {
  3929. "scope": "any",
  3930. "verb": "GET",
  3931. "version": 1,
  3932. "acceptType": "application/vnd.ccp.eve.PortraitCollection-v1+json",
  3933. "version_str": "1"
  3934. },
  3935. {
  3936. "verb": "OPTIONS",
  3937. "thirdParty": true,
  3938. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3939. "version": 1,
  3940. "version_str": "1"
  3941. }
  3942. ],
  3943. "route": "^/portraits/mercenary/$",
  3944. "name": "Portraits"
  3945. },
  3946. {
  3947. "doc": "\nManages Vivox Information for characters.\nUsers of this endpoint should employ the following pattern:\n * Make a **GET** call to get the credentials\n * Attempt login to Vivox\n * If an error occurs, make a POST call here\n * Reattempt login\n ",
  3948. "route": "^/characters/<characterID:characterIdType>/vivox/$",
  3949. "name": "CharacterVivoxInfo",
  3950. "representations": [
  3951. {
  3952. "scope": "characterVivox",
  3953. "verb": "GET",
  3954. "version": 1,
  3955. "acceptType": "application/vnd.ccp.eve.VivoxInfo+json",
  3956. "version_str": "1"
  3957. },
  3958. {
  3959. "verb": "OPTIONS",
  3960. "thirdParty": true,
  3961. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3962. "version": 1,
  3963. "version_str": "1"
  3964. },
  3965. {
  3966. "contentType": "application/vnd.ccp.eve.VivoxInfoPost-v1+json",
  3967. "version": 1,
  3968. "verb": "POST",
  3969. "version_str": "1",
  3970. "scope": "characterVivox",
  3971. "acceptType": "application/vnd.ccp.eve.VivoxInfo+json"
  3972. }
  3973. ]
  3974. },
  3975. {
  3976. "representations": [
  3977. {
  3978. "scope": "battleserverVault",
  3979. "verb": "GET",
  3980. "version": 1,
  3981. "acceptType": "application/vnd.ccp.eve.DustVaultFilesChecksumCollection-v1+json",
  3982. "version_str": "1"
  3983. },
  3984. {
  3985. "verb": "OPTIONS",
  3986. "thirdParty": true,
  3987. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  3988. "version": 1,
  3989. "version_str": "1"
  3990. }
  3991. ],
  3992. "route": "^/dust/static/battlefiles/$",
  3993. "name": "BattleServerDustStaticVaultFileChecksum"
  3994. },
  3995. {
  3996. "doc": "Handler that queries and returns information about all daily bonus\n info for a given character for dust.\n ",
  3997. "route": "^/characters/<characterID:characterIdType>/dailybonusinfo/$",
  3998. "name": "DustDailyBonusInfo",
  3999. "representations": [
  4000. {
  4001. "scope": "dustQuestsRead",
  4002. "verb": "GET",
  4003. "version": 1,
  4004. "acceptType": "application/vnd.ccp.eve.DustDailyBonusInfo-v1+json",
  4005. "version_str": "1"
  4006. },
  4007. {
  4008. "verb": "OPTIONS",
  4009. "thirdParty": true,
  4010. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4011. "version": 1,
  4012. "version_str": "1"
  4013. }
  4014. ]
  4015. },
  4016. {
  4017. "doc": "\n Represents a a player in the queue. You can delete this resource to leave.\n ",
  4018. "route": "^/battles/queues/<queueID:integerType>/$",
  4019. "name": "BattleQueue",
  4020. "representations": [
  4021. {
  4022. "verb": "OPTIONS",
  4023. "thirdParty": true,
  4024. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4025. "version": 1,
  4026. "version_str": "1"
  4027. },
  4028. {
  4029. "contentType": "application/vnd.ccp.eve.BattleQueueTicket-v2+json",
  4030. "version": 1,
  4031. "verb": "POST",
  4032. "version_str": "1",
  4033. "scope": "battleQueue",
  4034. "acceptType": "application/vnd.ccp.eve.BattleQueueTicket-v2+json"
  4035. }
  4036. ]
  4037. },
  4038. {
  4039. "doc": "\n Handler for getting a previously created long-lived http stream.\n Additional notifications may flow over the response's http connection, as long as it's kept open.\n ",
  4040. "route": "^/characters/<characterID:characterIdType>/notifications/<streamID:stringType>/$",
  4041. "name": "CharacterNotification",
  4042. "representations": [
  4043. {
  4044. "scope": "characterRead",
  4045. "verb": "GET",
  4046. "version": 1,
  4047. "acceptType": "application/vnd.ccp.eve.NotificationStream-v1+json",
  4048. "version_str": "1"
  4049. },
  4050. {
  4051. "verb": "OPTIONS",
  4052. "thirdParty": true,
  4053. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4054. "version": 1,
  4055. "version_str": "1"
  4056. }
  4057. ]
  4058. },
  4059. {
  4060. "doc": "\n A [[#Collection|Collection]] of [[#Contact|Contact]]s.\n Character contacts require the [[#personalContactsRead|personalContactsRead]] scope to access.\n Corporation contacts require the [[#corporationContactsRead|corporationContactsRead]] scope to access.\n ",
  4061. "route": "^/characters/<characterID:characterIdType>/contacts/$",
  4062. "name": "ContactList",
  4063. "representations": [
  4064. {
  4065. "thirdParty": true,
  4066. "version": 1,
  4067. "verb": "GET",
  4068. "version_str": "1",
  4069. "scope": "personalContactsRead",
  4070. "acceptType": "application/vnd.ccp.eve.ContactCollection-v1+json"
  4071. },
  4072. {
  4073. "verb": "OPTIONS",
  4074. "thirdParty": true,
  4075. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4076. "version": 1,
  4077. "version_str": "1"
  4078. },
  4079. {
  4080. "thirdParty": true,
  4081. "contentType": "application/vnd.ccp.eve.ContactCreate-v1+json",
  4082. "version": 1,
  4083. "verb": "POST",
  4084. "version_str": "1",
  4085. "scope": "personalContactsWrite"
  4086. }
  4087. ]
  4088. },
  4089. {
  4090. "doc": "\n Returns information about a specific battle.\n ",
  4091. "route": "^/battles/<battleID:integerType>/$",
  4092. "name": "Battle",
  4093. "representations": [
  4094. {
  4095. "scope": "battleRead",
  4096. "verb": "GET",
  4097. "version": 1,
  4098. "acceptType": "application/vnd.ccp.eve.Battle-v1+json",
  4099. "version_str": "1"
  4100. },
  4101. {
  4102. "verb": "OPTIONS",
  4103. "thirdParty": true,
  4104. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4105. "version": 1,
  4106. "version_str": "1"
  4107. }
  4108. ]
  4109. },
  4110. {
  4111. "doc": "\n This handler supports GET and POST\n GET : Return a collection of corporations according to the search params\n POST : Create a new corporation with the information from CorporationCreate-V1\n Returns the locations of the corporation\n ",
  4112. "route": "^/corporations/$",
  4113. "name": "Corporations",
  4114. "representations": [
  4115. {
  4116. "scope": "corporationRead",
  4117. "verb": "GET",
  4118. "version": 1,
  4119. "acceptType": "application/vnd.ccp.eve.CorporationCollection-v1+json",
  4120. "version_str": "1"
  4121. },
  4122. {
  4123. "verb": "OPTIONS",
  4124. "thirdParty": true,
  4125. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4126. "version": 1,
  4127. "version_str": "1"
  4128. },
  4129. {
  4130. "scope": "corporationWrite",
  4131. "verb": "POST",
  4132. "version": 1,
  4133. "contentType": "application/vnd.ccp.eve.CorporationCreate-v1+json",
  4134. "version_str": "1"
  4135. }
  4136. ]
  4137. },
  4138. {
  4139. "doc": "\n Crest handler for constellation static resources\n returns a json response of the constellation\n ",
  4140. "route": "^/constellations/<constellationID:integerType>/$",
  4141. "name": "Constellation",
  4142. "representations": [
  4143. {
  4144. "scope": "mapRead",
  4145. "verb": "GET",
  4146. "version": 1,
  4147. "acceptType": "application/vnd.ccp.eve.Constellation-v1+json",
  4148. "version_str": "1"
  4149. },
  4150. {
  4151. "verb": "OPTIONS",
  4152. "thirdParty": true,
  4153. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4154. "version": 1,
  4155. "version_str": "1"
  4156. }
  4157. ]
  4158. },
  4159. {
  4160. "representations": [
  4161. {
  4162. "scope": "any",
  4163. "verb": "GET",
  4164. "version": 1,
  4165. "acceptType": "application/vnd.ccp.eve.EchoResponse-v1+json",
  4166. "version_str": "1"
  4167. },
  4168. {
  4169. "verb": "OPTIONS",
  4170. "thirdParty": true,
  4171. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4172. "version": 1,
  4173. "version_str": "1"
  4174. }
  4175. ],
  4176. "route": "^/server/testing/auth-echo/<echoData:stringType>/$",
  4177. "name": "AuthEcho"
  4178. },
  4179. {
  4180. "representations": [
  4181. {
  4182. "verb": "GET",
  4183. "thirdParty": true,
  4184. "acceptType": "text/html",
  4185. "version": 1,
  4186. "version_str": "1"
  4187. },
  4188. {
  4189. "verb": "OPTIONS",
  4190. "thirdParty": true,
  4191. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4192. "version": 1,
  4193. "version_str": "1"
  4194. }
  4195. ],
  4196. "route": "^/dust/documents/<documentName:stringType>/$",
  4197. "name": "DustDocumentContent"
  4198. },
  4199. {
  4200. "doc": "\n Crest handler for stargate static resources\n returns a JSon response of a stargate object\n ",
  4201. "route": "^/stations/<stationID:integerType>/$",
  4202. "name": "Station",
  4203. "representations": [
  4204. {
  4205. "scope": "mapRead",
  4206. "verb": "GET",
  4207. "version": 1,
  4208. "acceptType": "application/vnd.ccp.eve.Station-v1+json",
  4209. "version_str": "1"
  4210. },
  4211. {
  4212. "verb": "OPTIONS",
  4213. "thirdParty": true,
  4214. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4215. "version": 1,
  4216. "version_str": "1"
  4217. }
  4218. ]
  4219. },
  4220. {
  4221. "doc": " A character's skills in training ",
  4222. "route": "^/characters/<characterID:characterIdType>/capsuleer/trainingqueue/$",
  4223. "name": "CharacterTrainingQueue",
  4224. "representations": [
  4225. {
  4226. "thirdParty": true,
  4227. "version": 1,
  4228. "verb": "DELETE",
  4229. "version_str": "1",
  4230. "scope": "skillsWrite",
  4231. "acceptType": "application/vnd.ccp.eve.SkillDelete-v1+json"
  4232. },
  4233. {
  4234. "thirdParty": true,
  4235. "version": 1,
  4236. "verb": "GET",
  4237. "version_str": "1",
  4238. "scope": "skillsRead",
  4239. "acceptType": "application/vnd.ccp.eve.CapsuleerSkillCollection-v1+json"
  4240. },
  4241. {
  4242. "verb": "OPTIONS",
  4243. "thirdParty": true,
  4244. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4245. "version": 1,
  4246. "version_str": "1"
  4247. },
  4248. {
  4249. "thirdParty": true,
  4250. "contentType": "application/vnd.ccp.eve.CapsuleerSkillCollection-v1+json",
  4251. "version": 1,
  4252. "verb": "PUT",
  4253. "version_str": "1",
  4254. "scope": "skillsWrite"
  4255. }
  4256. ]
  4257. },
  4258. {
  4259. "doc": " This is basically a dummy API, we cannot return anything useful from here. ",
  4260. "route": "^/fulfillment/item-<fulfillmentID:integerType>/$",
  4261. "name": "FulfillmentItem",
  4262. "representations": [
  4263. {
  4264. "verb": "OPTIONS",
  4265. "thirdParty": true,
  4266. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4267. "version": 1,
  4268. "version_str": "1"
  4269. }
  4270. ]
  4271. },
  4272. {
  4273. "representations": [
  4274. {
  4275. "scope": "dustVault",
  4276. "verb": "GET",
  4277. "version": 1,
  4278. "acceptType": "application/octet-stream",
  4279. "version_str": "1"
  4280. },
  4281. {
  4282. "scope": "dustVault",
  4283. "verb": "HEAD",
  4284. "version": 1,
  4285. "acceptType": "application/octet-stream",
  4286. "version_str": "1"
  4287. },
  4288. {
  4289. "verb": "OPTIONS",
  4290. "thirdParty": true,
  4291. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4292. "version": 1,
  4293. "version_str": "1"
  4294. }
  4295. ],
  4296. "route": "^/dust/static/files/<fileName:stringType>$",
  4297. "name": "ClientDustStaticVaultFile"
  4298. },
  4299. {
  4300. "doc": "\n This handler supports GET and PUT\n GET : Get the corporation provided in the URL what is returned is described in Corporation-v1\n PUT : Updates the corporation , with the information provided in CorporationUpdate-V1 , note all the information\n passed in CorporationCreate can be updated here\n ",
  4301. "route": "^/corporations/<corporationID:corporationIdType>/$",
  4302. "name": "Corporation",
  4303. "representations": [
  4304. {
  4305. "scope": "corporationWrite",
  4306. "verb": "DELETE",
  4307. "version": 1,
  4308. "acceptType": "application/vnd.ccp.eve.CorporationDelete-v1+json",
  4309. "version_str": "1"
  4310. },
  4311. {
  4312. "scope": "corporationRead",
  4313. "verb": "GET",
  4314. "version": 1,
  4315. "acceptType": "application/vnd.ccp.eve.Corporation-v2+json",
  4316. "version_str": "1"
  4317. },
  4318. {
  4319. "scope": "corporationRead",
  4320. "verb": "GET",
  4321. "version": 1,
  4322. "acceptType": "application/vnd.ccp.eve.Corporation-v1+json",
  4323. "version_str": "1"
  4324. },
  4325. {
  4326. "verb": "OPTIONS",
  4327. "thirdParty": true,
  4328. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4329. "version": 1,
  4330. "version_str": "1"
  4331. },
  4332. {
  4333. "scope": "corporationWrite",
  4334. "verb": "PUT",
  4335. "version": 1,
  4336. "contentType": "application/vnd.ccp.eve.CorporationUpdate-v1+json",
  4337. "version_str": "1"
  4338. }
  4339. ]
  4340. },
  4341. {
  4342. "doc": "\n Returns a list of all the regions with an external IP address to ping.\n ",
  4343. "route": "^/battleserver/regions/$",
  4344. "name": "BattleServerRegionCollection",
  4345. "representations": [
  4346. {
  4347. "scope": "dustBattleRegionRead",
  4348. "verb": "GET",
  4349. "version": 1,
  4350. "acceptType": "application/vnd.ccp.eve.BattleServerRegionCollection-v1+json",
  4351. "version_str": "1"
  4352. },
  4353. {
  4354. "verb": "OPTIONS",
  4355. "thirdParty": true,
  4356. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4357. "version": 1,
  4358. "version_str": "1"
  4359. }
  4360. ]
  4361. },
  4362. {
  4363. "doc": " Returns all district conflicts for this corporation. ",
  4364. "route": "^/corporations/<corporationID:corporationIdType>/districts/$",
  4365. "name": "CorporationDistrictCollection",
  4366. "representations": [
  4367. {
  4368. "scope": "districtRead",
  4369. "verb": "GET",
  4370. "version": 1,
  4371. "acceptType": "application/vnd.ccp.eve.DistrictCollection-v1+json",
  4372. "version_str": "1"
  4373. },
  4374. {
  4375. "verb": "OPTIONS",
  4376. "thirdParty": true,
  4377. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4378. "version": 1,
  4379. "version_str": "1"
  4380. }
  4381. ]
  4382. },
  4383. {
  4384. "doc": "\n Crest handler for Regions static resources\n returns a paginated list of all regions\n ",
  4385. "route": "^/regions/$",
  4386. "name": "Regions",
  4387. "representations": [
  4388. {
  4389. "scope": "mapRead",
  4390. "verb": "GET",
  4391. "version": 1,
  4392. "acceptType": "application/vnd.ccp.eve.RegionCollection-v1+json",
  4393. "version_str": "1"
  4394. },
  4395. {
  4396. "verb": "OPTIONS",
  4397. "thirdParty": true,
  4398. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4399. "version": 1,
  4400. "version_str": "1"
  4401. }
  4402. ]
  4403. },
  4404. {
  4405. "doc": "\n Handler returning a list of available leaderboards for a given realm.\n ",
  4406. "route": "^/dust/leaderboards/realms/<realm:stringType>/$",
  4407. "name": "DustLeaderboardCollection",
  4408. "representations": [
  4409. {
  4410. "scope": "any",
  4411. "verb": "GET",
  4412. "version": 1,
  4413. "acceptType": "application/vnd.ccp.eve.DustLeaderboardCollection-v1+json",
  4414. "version_str": "1"
  4415. },
  4416. {
  4417. "verb": "OPTIONS",
  4418. "thirdParty": true,
  4419. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4420. "version": 1,
  4421. "version_str": "1"
  4422. }
  4423. ]
  4424. },
  4425. {
  4426. "doc": " Handles fetching and updating details of a single squad. ",
  4427. "route": "^/battles/squads/<squadUUID:stringType>/$",
  4428. "name": "Squad",
  4429. "representations": [
  4430. {
  4431. "scope": "squadRead",
  4432. "verb": "GET",
  4433. "version": 1,
  4434. "acceptType": "application/vnd.ccp.eve.Squad-v1+json",
  4435. "version_str": "1"
  4436. },
  4437. {
  4438. "verb": "OPTIONS",
  4439. "thirdParty": true,
  4440. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4441. "version": 1,
  4442. "version_str": "1"
  4443. },
  4444. {
  4445. "scope": "squadWrite",
  4446. "verb": "PUT",
  4447. "version": 1,
  4448. "contentType": "application/vnd.ccp.eve.SquadUpdate-v1+json",
  4449. "version_str": "1"
  4450. }
  4451. ]
  4452. },
  4453. {
  4454. "doc": "\n Handler for referring to a specific player in a battle.\n ",
  4455. "route": "^/battleserver/battles/<battleID:integerType>/members/<characterID:characterIdType>/$",
  4456. "name": "BattleServerBattleMember",
  4457. "representations": [
  4458. {
  4459. "scope": "battleserver",
  4460. "verb": "GET",
  4461. "version": 1,
  4462. "acceptType": "application/vnd.ccp.eve.BattleServerBattleMember-v1+json",
  4463. "version_str": "1"
  4464. },
  4465. {
  4466. "verb": "OPTIONS",
  4467. "thirdParty": true,
  4468. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4469. "version": 1,
  4470. "version_str": "1"
  4471. },
  4472. {
  4473. "scope": "battleserver",
  4474. "verb": "PUT",
  4475. "version": 1,
  4476. "contentType": "application/vnd.ccp.eve.BattleServerBattleMemberUpdate-v1+json",
  4477. "version_str": "1"
  4478. }
  4479. ]
  4480. },
  4481. {
  4482. "doc": "\n Full representation of mail including the recipient list and mail body.\n\n Sending a delete to this resource moves the mail to the trash.\n ",
  4483. "route": "^/characters/<characterID:characterIdType>/mail/<mailID:stringType>/$",
  4484. "name": "Mail",
  4485. "representations": [
  4486. {
  4487. "thirdParty": true,
  4488. "version": 1,
  4489. "verb": "DELETE",
  4490. "version_str": "1",
  4491. "scope": "mail",
  4492. "acceptType": "application/vnd.ccp.eve.MailDelete-v1+json"
  4493. },
  4494. {
  4495. "version": 3,
  4496. "deprecated": true,
  4497. "verb": "GET",
  4498. "version_str": "3",
  4499. "scope": "mail",
  4500. "acceptType": "application/vnd.ccp.eve.Mail-v3+json"
  4501. },
  4502. {
  4503. "thirdParty": true,
  4504. "version": 4,
  4505. "verb": "GET",
  4506. "version_str": "4",
  4507. "scope": "mail",
  4508. "acceptType": "application/vnd.ccp.eve.Mail-v4+json"
  4509. },
  4510. {
  4511. "verb": "OPTIONS",
  4512. "thirdParty": true,
  4513. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4514. "version": 1,
  4515. "version_str": "1"
  4516. }
  4517. ]
  4518. },
  4519. {
  4520. "representations": [
  4521. {
  4522. "thirdParty": true,
  4523. "version": 1,
  4524. "verb": "GET",
  4525. "version_str": "1",
  4526. "scope": "any",
  4527. "acceptType": "application/vnd.ccp.eve.MarketTypePriceCollection-v1+json"
  4528. },
  4529. {
  4530. "verb": "OPTIONS",
  4531. "thirdParty": true,
  4532. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4533. "version": 1,
  4534. "version_str": "1"
  4535. }
  4536. ],
  4537. "route": "^/market/prices/$",
  4538. "name": "MarketTypePriceCollection"
  4539. },
  4540. {
  4541. "representations": [
  4542. {
  4543. "scope": "marketWrite",
  4544. "verb": "DELETE",
  4545. "version": 1,
  4546. "acceptType": "application/vnd.ccp.eve.MarketOrderDelete-v1+json",
  4547. "version_str": "1"
  4548. },
  4549. {
  4550. "scope": "marketRead",
  4551. "verb": "GET",
  4552. "version": 1,
  4553. "acceptType": "application/vnd.ccp.eve.MarketOrder-v1+json",
  4554. "version_str": "1"
  4555. },
  4556. {
  4557. "verb": "OPTIONS",
  4558. "thirdParty": true,
  4559. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4560. "version": 1,
  4561. "version_str": "1"
  4562. }
  4563. ],
  4564. "route": "^/market/<regionID:integerType>/orders/<orderID:integerType>/$",
  4565. "name": "MarketOrder"
  4566. },
  4567. {
  4568. "representations": [
  4569. {
  4570. "thirdParty": true,
  4571. "version": 1,
  4572. "deprecated": true,
  4573. "verb": "GET",
  4574. "version_str": "1",
  4575. "acceptType": "application/vnd.ccp.eve.DustDocumentCollection-v1+json"
  4576. },
  4577. {
  4578. "verb": "GET",
  4579. "thirdParty": true,
  4580. "acceptType": "application/vnd.ccp.eve.DustDocumentCollection-v2+json",
  4581. "version": 2,
  4582. "version_str": "2"
  4583. },
  4584. {
  4585. "verb": "GET",
  4586. "thirdParty": true,
  4587. "acceptType": "application/vnd.ccp.eve.DustDocumentCollection-v3+json",
  4588. "version": 3,
  4589. "version_str": "3"
  4590. },
  4591. {
  4592. "verb": "OPTIONS",
  4593. "thirdParty": true,
  4594. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4595. "version": 1,
  4596. "version_str": "1"
  4597. }
  4598. ],
  4599. "route": "^/dust/documents/$",
  4600. "name": "DustDocumentCollection"
  4601. },
  4602. {
  4603. "doc": "\n Handler returning root paths for leaderboards.\n ",
  4604. "route": "^/dust/leaderboards/$",
  4605. "name": "DustLeaderboardRoot",
  4606. "representations": [
  4607. {
  4608. "scope": "any",
  4609. "verb": "GET",
  4610. "version": 1,
  4611. "acceptType": "application/vnd.ccp.eve.DustLeaderboardRoot-v1+json",
  4612. "version_str": "1"
  4613. },
  4614. {
  4615. "verb": "OPTIONS",
  4616. "thirdParty": true,
  4617. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4618. "version": 1,
  4619. "version_str": "1"
  4620. }
  4621. ]
  4622. },
  4623. {
  4624. "doc": "\n This handler supports DELETE\n DELETE: Removes a certain role from the member\n ",
  4625. "route": "^/corporations/<corporationID:corporationIdType>/members/<characterID:characterIdType>/roles/<roleName:stringType>/$",
  4626. "name": "CorporationMemberRole",
  4627. "representations": [
  4628. {
  4629. "scope": "corporationWrite",
  4630. "verb": "DELETE",
  4631. "version": 1,
  4632. "acceptType": "application/vnd.ccp.eve.CorporationMemberRoleDelete-v1+json",
  4633. "version_str": "1"
  4634. },
  4635. {
  4636. "verb": "OPTIONS",
  4637. "thirdParty": true,
  4638. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4639. "version": 1,
  4640. "version_str": "1"
  4641. }
  4642. ]
  4643. },
  4644. {
  4645. "doc": "\n This handler supports GET and POST\n GET : Get a corporations members information , you can only get members of your own corp.\n POST: Answers an application which has been created in the CorporationApplication,\n A positive answer will return the location of the new corpmember and delete the application.\n A negative answer will just delete the application. On both answers the applicant gets sent a mail with\n the response.\n ",
  4646. "route": "^/corporations/<corporationID:corporationIdType>/members/$",
  4647. "name": "CorporationMembers",
  4648. "representations": [
  4649. {
  4650. "scope": "corporationRead",
  4651. "verb": "GET",
  4652. "version": 1,
  4653. "acceptType": "application/vnd.ccp.eve.CorporationMemberCollection-v1+json",
  4654. "version_str": "1"
  4655. },
  4656. {
  4657. "verb": "OPTIONS",
  4658. "thirdParty": true,
  4659. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4660. "version": 1,
  4661. "version_str": "1"
  4662. },
  4663. {
  4664. "scope": "corporationWrite",
  4665. "verb": "POST",
  4666. "version": 1,
  4667. "contentType": "application/vnd.ccp.eve.CorporationApplicationAnswer-v1+json",
  4668. "version_str": "1"
  4669. }
  4670. ]
  4671. },
  4672. {
  4673. "doc": "\n Returns the list of channels associated with a particular character.\n ",
  4674. "route": "^/characters/<characterID:characterIdType>/chat/channels/$",
  4675. "name": "CharacterChatChannelCollection",
  4676. "representations": [
  4677. {
  4678. "scope": "chat",
  4679. "verb": "GET",
  4680. "version": 1,
  4681. "acceptType": "application/vnd.ccp.eve.ChatChannelCollection-v1+json",
  4682. "version_str": "1"
  4683. },
  4684. {
  4685. "verb": "OPTIONS",
  4686. "thirdParty": true,
  4687. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4688. "version": 1,
  4689. "version_str": "1"
  4690. }
  4691. ]
  4692. },
  4693. {
  4694. "representations": [
  4695. {
  4696. "scope": "mercenaryRead",
  4697. "verb": "GET",
  4698. "version": 1,
  4699. "acceptType": "application/vnd.ccp.eve.MercenaryPrivate-v1+json",
  4700. "version_str": "1"
  4701. },
  4702. {
  4703. "scope": "mercenaryRead",
  4704. "verb": "GET",
  4705. "version": 2,
  4706. "acceptType": "application/vnd.ccp.eve.MercenaryPrivate-v2+json",
  4707. "version_str": "2"
  4708. },
  4709. {
  4710. "verb": "OPTIONS",
  4711. "thirdParty": true,
  4712. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4713. "version": 1,
  4714. "version_str": "1"
  4715. }
  4716. ],
  4717. "route": "^/characters/<characterID:characterIdType>/mercenary/private/$",
  4718. "name": "MercenaryPrivate"
  4719. },
  4720. {
  4721. "doc": " A character's current skills ",
  4722. "route": "^/characters/<characterID:characterIdType>/capsuleer/skills/$",
  4723. "name": "CharacterSkills",
  4724. "representations": [
  4725. {
  4726. "thirdParty": true,
  4727. "version": 1,
  4728. "verb": "GET",
  4729. "version_str": "1",
  4730. "scope": "skillsRead",
  4731. "acceptType": "application/vnd.ccp.eve.CapsuleerSkillCollection-v1+json"
  4732. },
  4733. {
  4734. "verb": "OPTIONS",
  4735. "thirdParty": true,
  4736. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4737. "version": 1,
  4738. "version_str": "1"
  4739. }
  4740. ]
  4741. },
  4742. {
  4743. "doc": "\n Theatres are groups or queues of battles. They define the location of the warfare,\n a description / name / icon and a link to the relevant battle collection or queue\n in order to join it.\n ",
  4744. "route": "^/battles/theatres/$",
  4745. "name": "BattleTheatreCollection",
  4746. "representations": [
  4747. {
  4748. "scope": "battleQueue",
  4749. "verb": "GET",
  4750. "version": 1,
  4751. "acceptType": "application/vnd.ccp.eve.BattleTheatreCollection-v1+json",
  4752. "version_str": "1"
  4753. },
  4754. {
  4755. "verb": "OPTIONS",
  4756. "thirdParty": true,
  4757. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4758. "version": 1,
  4759. "version_str": "1"
  4760. }
  4761. ]
  4762. },
  4763. {
  4764. "doc": "\n This handler supports GET\n GET: Returns all roles assigned to a corporation member\n ",
  4765. "route": "^/corporations/roles/$",
  4766. "name": "CorporationRoles",
  4767. "representations": [
  4768. {
  4769. "scope": "corporationRead",
  4770. "verb": "GET",
  4771. "version": 1,
  4772. "acceptType": "application/vnd.ccp.eve.CorporationRolesCollection-v1+json",
  4773. "version_str": "1"
  4774. },
  4775. {
  4776. "verb": "OPTIONS",
  4777. "thirdParty": true,
  4778. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4779. "version": 1,
  4780. "version_str": "1"
  4781. }
  4782. ]
  4783. },
  4784. {
  4785. "doc": " Returns a single tournament ",
  4786. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/$",
  4787. "name": "TournamentSeries",
  4788. "representations": [
  4789. {
  4790. "thirdParty": true,
  4791. "version": 1,
  4792. "verb": "GET",
  4793. "version_str": "1",
  4794. "scope": "any",
  4795. "acceptType": "application/vnd.ccp.eve.TournamentSeries-v1+json"
  4796. },
  4797. {
  4798. "verb": "OPTIONS",
  4799. "thirdParty": true,
  4800. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4801. "version": 1,
  4802. "version_str": "1"
  4803. }
  4804. ]
  4805. },
  4806. {
  4807. "doc": " Return all incursions ",
  4808. "route": "^/incursions/$",
  4809. "name": "Incursions",
  4810. "representations": [
  4811. {
  4812. "thirdParty": true,
  4813. "version": 1,
  4814. "verb": "GET",
  4815. "version_str": "1",
  4816. "scope": "any",
  4817. "acceptType": "application/vnd.ccp.eve.IncursionCollection-v1+json"
  4818. },
  4819. {
  4820. "verb": "OPTIONS",
  4821. "thirdParty": true,
  4822. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4823. "version": 1,
  4824. "version_str": "1"
  4825. }
  4826. ]
  4827. },
  4828. {
  4829. "doc": "\n A solarsystem is a location in New Eden containing planets and belonging\n to a constellation. This handler returns both static and dyanmic\n sovereignty data for this system.\n ",
  4830. "route": "^/solarsystems/<solarSystemID:integerType>/stats/$",
  4831. "name": "SystemStats",
  4832. "representations": [
  4833. {
  4834. "scope": "mapRead",
  4835. "verb": "GET",
  4836. "version": 1,
  4837. "acceptType": "application/vnd.ccp.eve.SystemStats-v1+json",
  4838. "version_str": "1"
  4839. },
  4840. {
  4841. "verb": "OPTIONS",
  4842. "thirdParty": true,
  4843. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4844. "version": 1,
  4845. "version_str": "1"
  4846. }
  4847. ]
  4848. },
  4849. {
  4850. "doc": " Returns a single team member",
  4851. "route": "^/tournaments/teams/<teamID:integerType>/members/<memberID:integerType>/$",
  4852. "name": "TournamentTeamMember",
  4853. "representations": [
  4854. {
  4855. "thirdParty": true,
  4856. "version": 1,
  4857. "verb": "GET",
  4858. "version_str": "1",
  4859. "scope": "any",
  4860. "acceptType": "application/vnd.ccp.eve.TournamentTeamMember-v1+json"
  4861. },
  4862. {
  4863. "verb": "OPTIONS",
  4864. "thirdParty": true,
  4865. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4866. "version": 1,
  4867. "version_str": "1"
  4868. }
  4869. ]
  4870. },
  4871. {
  4872. "representations": [
  4873. {
  4874. "scope": "any",
  4875. "verb": "GET",
  4876. "version": 1,
  4877. "acceptType": "application/vnd.ccp.eve.SpecialtyCollection-v1+json",
  4878. "version_str": "1"
  4879. },
  4880. {
  4881. "scope": "any",
  4882. "verb": "GET",
  4883. "version": 2,
  4884. "acceptType": "application/vnd.ccp.eve.SpecialtyCollection-v2+json",
  4885. "version_str": "2"
  4886. },
  4887. {
  4888. "verb": "OPTIONS",
  4889. "thirdParty": true,
  4890. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4891. "version": 1,
  4892. "version_str": "1"
  4893. }
  4894. ],
  4895. "route": "^/dust/specialties/$",
  4896. "name": "DustSpecialties"
  4897. },
  4898. {
  4899. "doc": "\n This handler supports GET\n GET : Get the corporation private data\n ",
  4900. "route": "^/corporations/<corporationID:corporationIdType>/private/$",
  4901. "name": "CorporationPrivate",
  4902. "representations": [
  4903. {
  4904. "scope": "corporationRead",
  4905. "verb": "GET",
  4906. "version": 1,
  4907. "acceptType": "application/vnd.ccp.eve.CorporationPrivate-v1+json",
  4908. "version_str": "1"
  4909. },
  4910. {
  4911. "verb": "OPTIONS",
  4912. "thirdParty": true,
  4913. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4914. "version": 1,
  4915. "version_str": "1"
  4916. }
  4917. ]
  4918. },
  4919. {
  4920. "representations": [
  4921. {
  4922. "thirdParty": true,
  4923. "version": 1,
  4924. "verb": "GET",
  4925. "version_str": "1",
  4926. "scope": "any",
  4927. "acceptType": "application/vnd.ccp.eve.IndustrySpecialityCollection-v1+json"
  4928. },
  4929. {
  4930. "verb": "OPTIONS",
  4931. "thirdParty": true,
  4932. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4933. "version": 1,
  4934. "version_str": "1"
  4935. }
  4936. ],
  4937. "route": "^/industry/specialities/$",
  4938. "name": "SpecialityCollection"
  4939. },
  4940. {
  4941. "doc": "\n Returns all of the player conquerable districts.\n ",
  4942. "route": "^/districts/factional/history/$",
  4943. "name": "DistrictFactionalHistory",
  4944. "representations": [
  4945. {
  4946. "scope": "districtRead",
  4947. "verb": "GET",
  4948. "version": 1,
  4949. "acceptType": "application/vnd.ccp.eve.DistrictFactionHistory-v1+json",
  4950. "version_str": "1"
  4951. },
  4952. {
  4953. "verb": "OPTIONS",
  4954. "thirdParty": true,
  4955. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4956. "version": 1,
  4957. "version_str": "1"
  4958. }
  4959. ]
  4960. },
  4961. {
  4962. "doc": " Returns realtime data (physics and such) for a match ",
  4963. "route": "^/tournaments/<tournamentID:integerType>/series/<seriesID:integerType>/matches/<matchID:integerType>/realtime/<frameID:integerType>/$",
  4964. "name": "TournamentRealtimeData",
  4965. "representations": [
  4966. {
  4967. "thirdParty": true,
  4968. "version": 1,
  4969. "verb": "GET",
  4970. "version_str": "1",
  4971. "scope": "any",
  4972. "acceptType": "application/vnd.ccp.eve.TournamentRealtimeMatchFrame-v1+json"
  4973. },
  4974. {
  4975. "thirdParty": true,
  4976. "version": 2,
  4977. "verb": "GET",
  4978. "version_str": "2",
  4979. "scope": "any",
  4980. "acceptType": "application/vnd.ccp.eve.TournamentRealtimeMatchFrame-v2+json"
  4981. },
  4982. {
  4983. "verb": "OPTIONS",
  4984. "thirdParty": true,
  4985. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  4986. "version": 1,
  4987. "version_str": "1"
  4988. }
  4989. ]
  4990. },
  4991. {
  4992. "doc": "\n Crest handler for Regions static resources\n returns a JSon object with region data\n ",
  4993. "route": "^/regions/<regionID:integerType>/$",
  4994. "name": "Region",
  4995. "representations": [
  4996. {
  4997. "scope": "mapRead",
  4998. "verb": "GET",
  4999. "version": 1,
  5000. "acceptType": "application/vnd.ccp.eve.Region-v1+json",
  5001. "version_str": "1"
  5002. },
  5003. {
  5004. "verb": "OPTIONS",
  5005. "thirdParty": true,
  5006. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5007. "version": 1,
  5008. "version_str": "1"
  5009. }
  5010. ]
  5011. },
  5012. {
  5013. "doc": " Handles fetching and posting sell orders on the market. ",
  5014. "route": "^/market/<regionID:integerType>/orders/sell/$",
  5015. "name": "MarketSellOrders",
  5016. "representations": [
  5017. {
  5018. "scope": "marketRead",
  5019. "verb": "GET",
  5020. "version": 1,
  5021. "acceptType": "application/vnd.ccp.eve.MarketOrderCollection-v1+json",
  5022. "version_str": "1"
  5023. },
  5024. {
  5025. "verb": "OPTIONS",
  5026. "thirdParty": true,
  5027. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5028. "version": 1,
  5029. "version_str": "1"
  5030. },
  5031. {
  5032. "scope": "marketWrite",
  5033. "verb": "POST",
  5034. "version": 1,
  5035. "contentType": "application/vnd.ccp.eve.MarketOrder-v1+json",
  5036. "version_str": "1"
  5037. }
  5038. ]
  5039. },
  5040. {
  5041. "representations": [
  5042. {
  5043. "verb": "GET",
  5044. "version": 1,
  5045. "acceptType": "application/vnd.ccp.eve.MapRegionOwners-v1+json",
  5046. "version_str": "1"
  5047. },
  5048. {
  5049. "verb": "OPTIONS",
  5050. "thirdParty": true,
  5051. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5052. "version": 1,
  5053. "version_str": "1"
  5054. }
  5055. ],
  5056. "route": "^/map/regions/<regionID:integerType>/owners/sovereignty/$",
  5057. "name": "MapRegionSovereigntyOwners"
  5058. },
  5059. {
  5060. "doc": "\n Channel member refers to a specific character in a chat channel.\n ",
  5061. "route": "^/chat/channels/<channelSlug:stringType>/members/<characterID:characterIdType>/$",
  5062. "name": "ChatChannelMember",
  5063. "representations": [
  5064. {
  5065. "scope": "chatWrite",
  5066. "verb": "DELETE",
  5067. "version": 1,
  5068. "acceptType": "application/vnd.ccp.eve.ChatChannelMemberDelete-v1+json",
  5069. "version_str": "1"
  5070. },
  5071. {
  5072. "scope": "chatRead",
  5073. "verb": "GET",
  5074. "version": 1,
  5075. "acceptType": "application/vnd.ccp.eve.ChatChannelMember-v1+json",
  5076. "version_str": "1"
  5077. },
  5078. {
  5079. "verb": "OPTIONS",
  5080. "thirdParty": true,
  5081. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5082. "version": 1,
  5083. "version_str": "1"
  5084. }
  5085. ]
  5086. },
  5087. {
  5088. "doc": "\n Represents a specific battleserver region. Useful for referencing via URI.\n ",
  5089. "route": "^/battleserver/regions/<regionName:stringType>/$",
  5090. "name": "BattleServerRegion",
  5091. "representations": [
  5092. {
  5093. "scope": "dustBattleRegionRead",
  5094. "verb": "GET",
  5095. "version": 1,
  5096. "acceptType": "application/vnd.ccp.eve.BattleServerRegion-v1+json",
  5097. "version_str": "1"
  5098. },
  5099. {
  5100. "verb": "OPTIONS",
  5101. "thirdParty": true,
  5102. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5103. "version": 1,
  5104. "version_str": "1"
  5105. }
  5106. ]
  5107. },
  5108. {
  5109. "doc": "\n Match making queue, players can join by posting their character HREF to this resource.\n ",
  5110. "route": "^/battles/queues/$",
  5111. "name": "BattleQueueCollection",
  5112. "representations": [
  5113. {
  5114. "scope": "battleQueue",
  5115. "verb": "GET",
  5116. "version": 1,
  5117. "acceptType": "application/vnd.ccp.eve.BattleQueueCollection-v1+json",
  5118. "version_str": "1"
  5119. },
  5120. {
  5121. "verb": "OPTIONS",
  5122. "thirdParty": true,
  5123. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5124. "version": 1,
  5125. "version_str": "1"
  5126. }
  5127. ]
  5128. },
  5129. {
  5130. "representations": [
  5131. {
  5132. "scope": "configurationRead",
  5133. "verb": "GET",
  5134. "version": 1,
  5135. "acceptType": "application/vnd.ccp.eve.DustRemoteLogConfig-v1+json",
  5136. "version_str": "1"
  5137. },
  5138. {
  5139. "verb": "OPTIONS",
  5140. "thirdParty": true,
  5141. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5142. "version": 1,
  5143. "version_str": "1"
  5144. }
  5145. ],
  5146. "route": "^/dust/rlogconfig/$",
  5147. "name": "RemoteLogConfig"
  5148. },
  5149. {
  5150. "doc": "\n Allows us to do admin level commands via the API, such as slash commands.\n ",
  5151. "route": "^/admin/$",
  5152. "name": "Admin",
  5153. "representations": [
  5154. {
  5155. "verb": "OPTIONS",
  5156. "thirdParty": true,
  5157. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5158. "version": 1,
  5159. "version_str": "1"
  5160. },
  5161. {
  5162. "contentType": "application/vnd.ccp.eve.SlashCommandContent-v1+json",
  5163. "version": 1,
  5164. "verb": "POST",
  5165. "version_str": "1",
  5166. "scope": "admin",
  5167. "acceptType": "application/vnd.ccp.eve.SlashCommand-v1+json"
  5168. }
  5169. ]
  5170. },
  5171. {
  5172. "doc": " Used for modifying the reinforce hour assigned to a district. ",
  5173. "route": "^/districts/<districtID:integerType>/clones/quote/$",
  5174. "name": "DistrictClonesUpdateQuote",
  5175. "representations": [
  5176. {
  5177. "verb": "OPTIONS",
  5178. "thirdParty": true,
  5179. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5180. "version": 1,
  5181. "version_str": "1"
  5182. },
  5183. {
  5184. "contentType": "application/vnd.ccp.eve.DistrictClonesUpdateRequest-v1+json",
  5185. "version": 1,
  5186. "verb": "POST",
  5187. "version_str": "1",
  5188. "scope": "districtWrite",
  5189. "acceptType": "application/vnd.ccp.eve.DistrictClonesUpdateQuote-v1+json"
  5190. }
  5191. ]
  5192. },
  5193. {
  5194. "doc": "\n Interface to per-match stats.\n ",
  5195. "route": "^/dust/datalog/matchstats/$",
  5196. "name": "DustDataLogMatchStats",
  5197. "representations": [
  5198. {
  5199. "verb": "OPTIONS",
  5200. "thirdParty": true,
  5201. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5202. "version": 1,
  5203. "version_str": "1"
  5204. },
  5205. {
  5206. "contentType": "application/vnd.ccp.eve.BattleStats-v1+json",
  5207. "version": 1,
  5208. "verb": "POST",
  5209. "version_str": "1",
  5210. "scope": "battleserver",
  5211. "acceptType": "application/vnd.ccp.eve.BattleStatsResponse-v1+json"
  5212. }
  5213. ]
  5214. },
  5215. {
  5216. "doc": "\n Handle the manifest of must have, should have content\n ",
  5217. "route": "^/dust/asset/contentstream/$",
  5218. "name": "DustAssetContentStreaming",
  5219. "representations": [
  5220. {
  5221. "scope": "dustAsset",
  5222. "verb": "GET",
  5223. "version": 2,
  5224. "acceptType": "application/vnd.ccp.eve.contentstreaming.Manifest-v2+json",
  5225. "version_str": "2"
  5226. },
  5227. {
  5228. "verb": "OPTIONS",
  5229. "thirdParty": true,
  5230. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5231. "version": 1,
  5232. "version_str": "1"
  5233. }
  5234. ]
  5235. },
  5236. {
  5237. "doc": "To receive remote script reponse text.",
  5238. "route": "^/dust/rlogconfig/response/<responseTag:stringType>/$",
  5239. "name": "RemoteControlResponse",
  5240. "representations": [
  5241. {
  5242. "verb": "OPTIONS",
  5243. "thirdParty": true,
  5244. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5245. "version": 1,
  5246. "version_str": "1"
  5247. },
  5248. {
  5249. "scope": "configurationRead",
  5250. "verb": "PUT",
  5251. "version": 1,
  5252. "contentType": "application/vnd.ccp.eve.DustRemoteControlResponseUpdate-v1+json",
  5253. "version_str": "1"
  5254. }
  5255. ]
  5256. },
  5257. {
  5258. "doc": " Returns all tournaments ",
  5259. "route": "^/tournaments/$",
  5260. "name": "TournamentCollection",
  5261. "representations": [
  5262. {
  5263. "thirdParty": true,
  5264. "version": 1,
  5265. "verb": "GET",
  5266. "version_str": "1",
  5267. "scope": "any",
  5268. "acceptType": "application/vnd.ccp.eve.TournamentCollection-v1+json"
  5269. },
  5270. {
  5271. "verb": "OPTIONS",
  5272. "thirdParty": true,
  5273. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5274. "version": 1,
  5275. "version_str": "1"
  5276. },
  5277. {
  5278. "scope": "tournamentManager",
  5279. "verb": "POST",
  5280. "version": 1,
  5281. "contentType": "application/vnd.ccp.eve.TournamentCreate-v1+json",
  5282. "version_str": "1"
  5283. }
  5284. ]
  5285. },
  5286. {
  5287. "representations": [
  5288. {
  5289. "scope": "any",
  5290. "verb": "GET",
  5291. "version": 1,
  5292. "acceptType": "application/vnd.ccp.eve.Mercenary-v2+json",
  5293. "version_str": "1"
  5294. },
  5295. {
  5296. "scope": "any",
  5297. "verb": "GET",
  5298. "version": 1,
  5299. "acceptType": "application/vnd.ccp.eve.Mercenary-v1+json",
  5300. "version_str": "1"
  5301. },
  5302. {
  5303. "verb": "OPTIONS",
  5304. "thirdParty": true,
  5305. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5306. "version": 1,
  5307. "version_str": "1"
  5308. },
  5309. {
  5310. "scope": "mercenaryWrite",
  5311. "verb": "PUT",
  5312. "version": 1,
  5313. "contentType": "application/vnd.ccp.eve.MercenaryUpdate-v1+json",
  5314. "version_str": "1"
  5315. }
  5316. ],
  5317. "route": "^/characters/<characterID:characterIdType>/mercenary/$",
  5318. "name": "Mercenary"
  5319. },
  5320. {
  5321. "representations": [
  5322. {
  5323. "thirdParty": true,
  5324. "version": 1,
  5325. "deprecated": true,
  5326. "verb": "GET",
  5327. "version_str": "1",
  5328. "acceptType": "application/vnd.ccp.eve.DustServerStatus+json"
  5329. },
  5330. {
  5331. "verb": "GET",
  5332. "thirdParty": true,
  5333. "acceptType": "application/vnd.ccp.eve.DustServerStatus-v2+json",
  5334. "version": 2,
  5335. "version_str": "2"
  5336. },
  5337. {
  5338. "verb": "OPTIONS",
  5339. "thirdParty": true,
  5340. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5341. "version": 1,
  5342. "version_str": "1"
  5343. }
  5344. ],
  5345. "route": "^/dust/server/$",
  5346. "name": "ServerStatus"
  5347. },
  5348. {
  5349. "representations": [
  5350. {
  5351. "scope": "any",
  5352. "verb": "GET",
  5353. "version": 1,
  5354. "acceptType": "application/vnd.ccp.eve.Capsuleer-v1+json",
  5355. "version_str": "1"
  5356. },
  5357. {
  5358. "scope": "any",
  5359. "verb": "GET",
  5360. "version": 2,
  5361. "acceptType": "application/vnd.ccp.eve.Capsuleer-v2+json",
  5362. "version_str": "2"
  5363. },
  5364. {
  5365. "verb": "OPTIONS",
  5366. "thirdParty": true,
  5367. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5368. "version": 1,
  5369. "version_str": "1"
  5370. }
  5371. ],
  5372. "route": "^/characters/<characterID:characterIdType>/capsuleer/$",
  5373. "name": "Capsuleer"
  5374. },
  5375. {
  5376. "doc": "\n Handler for testing that returns your characterID.\n It has caching enabled on a characterID basis to facilitate test that test this functionality.\n ",
  5377. "route": "^/server/testing/cache-char-session/$",
  5378. "name": "CharCacheWithSession",
  5379. "representations": [
  5380. {
  5381. "thirdParty": true,
  5382. "version": 1,
  5383. "verb": "GET",
  5384. "version_str": "1",
  5385. "scope": "any",
  5386. "acceptType": "application/vnd.ccp.eve.CacheTestResponse-v1+json"
  5387. },
  5388. {
  5389. "verb": "OPTIONS",
  5390. "thirdParty": true,
  5391. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5392. "version": 1,
  5393. "version_str": "1"
  5394. }
  5395. ]
  5396. },
  5397. {
  5398. "doc": "\n crest handler used to get NPE settings\n ",
  5399. "route": "^/characters/<characterID:characterIdType>/mercenary/npe/$",
  5400. "name": "MercenaryNPE",
  5401. "representations": [
  5402. {
  5403. "verb": "OPTIONS",
  5404. "thirdParty": true,
  5405. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5406. "version": 1,
  5407. "version_str": "1"
  5408. },
  5409. {
  5410. "scope": "mercenaryWrite",
  5411. "verb": "POST",
  5412. "version": 1,
  5413. "contentType": "application/vnd.ccp.eve.MercenaryNull-v1+json",
  5414. "version_str": "1"
  5415. }
  5416. ]
  5417. },
  5418. {
  5419. "doc": " Returns all of the player conquerable districts. ",
  5420. "route": "^/districts/$",
  5421. "name": "DistrictCollection",
  5422. "representations": [
  5423. {
  5424. "thirdParty": true,
  5425. "version": 1,
  5426. "verb": "GET",
  5427. "version_str": "1",
  5428. "scope": "any",
  5429. "acceptType": "application/vnd.ccp.eve.DistrictCollection-v1+json"
  5430. },
  5431. {
  5432. "verb": "OPTIONS",
  5433. "thirdParty": true,
  5434. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5435. "version": 1,
  5436. "version_str": "1"
  5437. }
  5438. ]
  5439. },
  5440. {
  5441. "representations": [
  5442. {
  5443. "verb": "OPTIONS",
  5444. "thirdParty": true,
  5445. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5446. "version": 1,
  5447. "version_str": "1"
  5448. }
  5449. ],
  5450. "route": "^/battleserver/battles/<battleID:integerType>/orbitals/<orbitalID:integerType>/$",
  5451. "name": "BattleServerOrbital"
  5452. },
  5453. {
  5454. "doc": "\n Handler for referring to a specific player in a battle.\n ",
  5455. "route": "^/battles/<battleID:integerType>/members/<characterID:characterIdType>/$",
  5456. "name": "BattleMember",
  5457. "representations": [
  5458. {
  5459. "scope": "battleWrite",
  5460. "verb": "DELETE",
  5461. "version": 1,
  5462. "acceptType": "application/vnd.ccp.eve.BattleMemberDelete-v1+json",
  5463. "version_str": "1"
  5464. },
  5465. {
  5466. "verb": "OPTIONS",
  5467. "thirdParty": true,
  5468. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5469. "version": 1,
  5470. "version_str": "1"
  5471. }
  5472. ]
  5473. },
  5474. {
  5475. "doc": " Returns a single distict infrastructure type. ",
  5476. "route": "^/districts/infrastructure/<infrastructureID:integerType>/$",
  5477. "name": "DistrictInfrastructure",
  5478. "representations": [
  5479. {
  5480. "scope": "districtRead",
  5481. "verb": "GET",
  5482. "version": 1,
  5483. "acceptType": "application/vnd.ccp.eve.DistrictInfrastructure-v1+json",
  5484. "version_str": "1"
  5485. },
  5486. {
  5487. "verb": "OPTIONS",
  5488. "thirdParty": true,
  5489. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5490. "version": 1,
  5491. "version_str": "1"
  5492. }
  5493. ]
  5494. },
  5495. {
  5496. "doc": "\n The battle server accounts handler allows battle servers to request a unique\n username and password to reconnect with.\n ",
  5497. "route": "^/battleserver/users/$",
  5498. "name": "BattleServerUserCollection",
  5499. "representations": [
  5500. {
  5501. "verb": "OPTIONS",
  5502. "thirdParty": true,
  5503. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5504. "version": 1,
  5505. "version_str": "1"
  5506. },
  5507. {
  5508. "contentType": "application/vnd.ccp.eve.BattleServerUserCreate-v1+json",
  5509. "version": 1,
  5510. "verb": "POST",
  5511. "version_str": "1",
  5512. "scope": "battleserver",
  5513. "acceptType": "application/vnd.ccp.eve.BattleServerUser-v1+json"
  5514. }
  5515. ]
  5516. },
  5517. {
  5518. "doc": "\n Handles string queries, returns localized strings for a give label\n ",
  5519. "route": "^/dust/l10nString/$",
  5520. "name": "L10nString",
  5521. "representations": [
  5522. {
  5523. "scope": "any",
  5524. "verb": "GET",
  5525. "version": 1,
  5526. "acceptType": "application/vnd.ccp.eve.L10nString-v1+json",
  5527. "version_str": "1"
  5528. },
  5529. {
  5530. "verb": "OPTIONS",
  5531. "thirdParty": true,
  5532. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5533. "version": 1,
  5534. "version_str": "1"
  5535. }
  5536. ]
  5537. },
  5538. {
  5539. "representations": [
  5540. {
  5541. "verb": "GET",
  5542. "thirdParty": true,
  5543. "acceptType": "application/vnd.ccp.eve.DustPathToGameDocument-v1+json",
  5544. "version": 1,
  5545. "version_str": "1"
  5546. },
  5547. {
  5548. "verb": "OPTIONS",
  5549. "thirdParty": true,
  5550. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5551. "version": 1,
  5552. "version_str": "1"
  5553. }
  5554. ],
  5555. "route": "^/dust/pathtogame/<documentName:stringType>/$",
  5556. "name": "DustPathToGameDocument"
  5557. },
  5558. {
  5559. "doc": "Handler that puts a quest event for a given character.\n ",
  5560. "route": "^/characters/<characterID:characterIdType>/questevent/$",
  5561. "name": "DustQuestEvent",
  5562. "representations": [
  5563. {
  5564. "verb": "OPTIONS",
  5565. "thirdParty": true,
  5566. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5567. "version": 1,
  5568. "version_str": "1"
  5569. },
  5570. {
  5571. "scope": "dustQuestsWrite",
  5572. "verb": "POST",
  5573. "version": 1,
  5574. "contentType": "application/vnd.ccp.eve.DustQuestEventUpdate-v1+json",
  5575. "version_str": "1"
  5576. }
  5577. ]
  5578. },
  5579. {
  5580. "doc": "\n Return leaderboard table.\n ",
  5581. "route": "^/dust/leaderboards/data/<realm:stringType>/<leaderboard:stringType>/$",
  5582. "name": "DustLeaderboardTable",
  5583. "representations": [
  5584. {
  5585. "scope": "any",
  5586. "verb": "GET",
  5587. "version": 1,
  5588. "acceptType": "application/vnd.ccp.eve.DustLeaderboardTable-v1+json",
  5589. "version_str": "1"
  5590. },
  5591. {
  5592. "verb": "OPTIONS",
  5593. "thirdParty": true,
  5594. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5595. "version": 1,
  5596. "version_str": "1"
  5597. }
  5598. ]
  5599. },
  5600. {
  5601. "doc": "\n The battle server handler is for the daemon running on the battle server hardware\n to register itself with the cluster when it comes online. It does so by randomly\n picking a UUID on startup and PUT'ing its server status to this URL. It can then\n update this status with subsequent calls to this same URL.\n ",
  5602. "route": "^/battleserver/daemons/<daemonUUID:stringType>/$",
  5603. "name": "BattleServerDaemon",
  5604. "representations": [
  5605. {
  5606. "scope": "battleserver",
  5607. "verb": "DELETE",
  5608. "version": 1,
  5609. "acceptType": "application/vnd.ccp.eve.BattleDaemonDelete-v1+json",
  5610. "version_str": "1"
  5611. },
  5612. {
  5613. "verb": "OPTIONS",
  5614. "thirdParty": true,
  5615. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5616. "version": 1,
  5617. "version_str": "1"
  5618. },
  5619. {
  5620. "contentType": "application/vnd.ccp.eve.BattleServerDaemon-v1+json",
  5621. "version": 1,
  5622. "verb": "PUT",
  5623. "version_str": "1",
  5624. "scope": "battleserver",
  5625. "acceptType": "application/vnd.ccp.eve.BattleServerDaemon-v1+json"
  5626. }
  5627. ]
  5628. },
  5629. {
  5630. "doc": "\n Represents a a player in the queue. You can delete this resource to leave.\n ",
  5631. "route": "^/battles/queues/<queueID:integerType>/<characterID:characterIdType>/$",
  5632. "name": "BattleQueueTicket",
  5633. "representations": [
  5634. {
  5635. "scope": "battleQueue",
  5636. "verb": "DELETE",
  5637. "version": 1,
  5638. "acceptType": "application/vnd.ccp.eve.BattleQueueDelete-v1+json",
  5639. "version_str": "1"
  5640. },
  5641. {
  5642. "verb": "OPTIONS",
  5643. "thirdParty": true,
  5644. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5645. "version": 1,
  5646. "version_str": "1"
  5647. }
  5648. ]
  5649. },
  5650. {
  5651. "doc": " Used for modifying the reinforce hour assigned to a district. ",
  5652. "route": "^/districts/<districtID:integerType>/reinforce/$",
  5653. "name": "DistrictReinforceUpdate",
  5654. "representations": [
  5655. {
  5656. "verb": "OPTIONS",
  5657. "thirdParty": true,
  5658. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5659. "version": 1,
  5660. "version_str": "1"
  5661. },
  5662. {
  5663. "scope": "districtWrite",
  5664. "verb": "POST",
  5665. "version": 1,
  5666. "contentType": "application/vnd.ccp.eve.DistrictReinforceUpdate-v1+json",
  5667. "version_str": "1"
  5668. }
  5669. ]
  5670. },
  5671. {
  5672. "doc": " Redeems items from tokens",
  5673. "route": "^/fulfillment/characters/<characterID:characterIdType>/client/$",
  5674. "name": "FulfillmentCharacterClient",
  5675. "representations": [
  5676. {
  5677. "verb": "OPTIONS",
  5678. "thirdParty": true,
  5679. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5680. "version": 1,
  5681. "version_str": "1"
  5682. },
  5683. {
  5684. "scope": "dustRedeemWrite",
  5685. "verb": "POST",
  5686. "version": 1,
  5687. "contentType": "application/vnd.ccp.eve.Fulfillment-v1+json",
  5688. "version_str": "1"
  5689. }
  5690. ]
  5691. },
  5692. {
  5693. "doc": "\n Channel collection handler used for creating new channels. A get handler\n could also be added later on to allow searching for channels.\n ",
  5694. "route": "^/chat/channels/$",
  5695. "name": "ChatChannelCollection",
  5696. "representations": [
  5697. {
  5698. "verb": "OPTIONS",
  5699. "thirdParty": true,
  5700. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5701. "version": 1,
  5702. "version_str": "1"
  5703. },
  5704. {
  5705. "scope": "chatWrite",
  5706. "verb": "POST",
  5707. "version": 1,
  5708. "contentType": "application/vnd.ccp.eve.ChatChannelCreate-v1+json",
  5709. "version_str": "1"
  5710. }
  5711. ]
  5712. },
  5713. {
  5714. "doc": " Decoder endpoint for oAuth token",
  5715. "route": "^/decode/$",
  5716. "name": "TokenDecode",
  5717. "representations": [
  5718. {
  5719. "thirdParty": true,
  5720. "version": 1,
  5721. "verb": "GET",
  5722. "version_str": "1",
  5723. "scope": "any",
  5724. "acceptType": "application/vnd.ccp.eve.TokenDecode-v1+json"
  5725. },
  5726. {
  5727. "verb": "OPTIONS",
  5728. "thirdParty": true,
  5729. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5730. "version": 1,
  5731. "version_str": "1"
  5732. }
  5733. ]
  5734. },
  5735. {
  5736. "doc": "\n This class handles the dust skill information.\n ",
  5737. "route": "^/characters/<characterID:characterIdType>/mercenary/skills/$",
  5738. "name": "DustCharacterSkills",
  5739. "representations": [
  5740. {
  5741. "scope": "dustSkillsRead",
  5742. "verb": "GET",
  5743. "version": 1,
  5744. "acceptType": "application/vnd.ccp.eve.DustCharacterSkillCollection+json",
  5745. "version_str": "1"
  5746. },
  5747. {
  5748. "verb": "OPTIONS",
  5749. "thirdParty": true,
  5750. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5751. "version": 1,
  5752. "version_str": "1"
  5753. },
  5754. {
  5755. "scope": "dustSkillsWrite",
  5756. "verb": "POST",
  5757. "version": 1,
  5758. "contentType": "application/vnd.ccp.eve.Skill+json",
  5759. "version_str": "1"
  5760. }
  5761. ]
  5762. },
  5763. {
  5764. "representations": [
  5765. {
  5766. "verb": "GET",
  5767. "version": 1,
  5768. "acceptType": "application/vnd.ccp.eve.Map-v1+json",
  5769. "version_str": "1"
  5770. },
  5771. {
  5772. "verb": "OPTIONS",
  5773. "thirdParty": true,
  5774. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5775. "version": 1,
  5776. "version_str": "1"
  5777. }
  5778. ],
  5779. "route": "^/map/$",
  5780. "name": "Map"
  5781. },
  5782. {
  5783. "representations": [
  5784. {
  5785. "scope": "any",
  5786. "verb": "GET",
  5787. "version": 1,
  5788. "acceptType": "application/vnd.ccp.eve.ServerLocalization-v1+json",
  5789. "version_str": "1"
  5790. },
  5791. {
  5792. "verb": "OPTIONS",
  5793. "thirdParty": true,
  5794. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5795. "version": 1,
  5796. "version_str": "1"
  5797. }
  5798. ],
  5799. "route": "^/dust/serverlocalization/$",
  5800. "name": "DustServerLocalization"
  5801. },
  5802. {
  5803. "representations": [
  5804. {
  5805. "verb": "OPTIONS",
  5806. "thirdParty": true,
  5807. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5808. "version": 1,
  5809. "version_str": "1"
  5810. }
  5811. ],
  5812. "route": "^/dust/specialties/<specialtyID:integerType>/$",
  5813. "name": "DustSpecialty"
  5814. },
  5815. {
  5816. "doc": "\n POST: Allows players to join a battle by posting their character and a team to this handler.\n ",
  5817. "route": "^/battles/<battleID:integerType>/members/$",
  5818. "name": "BattleMemberCollection",
  5819. "representations": [
  5820. {
  5821. "scope": "battleRead",
  5822. "verb": "GET",
  5823. "version": 1,
  5824. "acceptType": "application/vnd.ccp.eve.BattleMemberCollection-v1+json",
  5825. "version_str": "1"
  5826. },
  5827. {
  5828. "verb": "OPTIONS",
  5829. "thirdParty": true,
  5830. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5831. "version": 1,
  5832. "version_str": "1"
  5833. },
  5834. {
  5835. "scope": "battleWrite",
  5836. "verb": "POST",
  5837. "version": 1,
  5838. "contentType": "application/vnd.ccp.eve.BattleMemberCreate-v1+json",
  5839. "version_str": "1"
  5840. }
  5841. ]
  5842. },
  5843. {
  5844. "representations": [
  5845. {
  5846. "verb": "GET",
  5847. "version": 1,
  5848. "acceptType": "application/vnd.ccp.eve.MapRegion-v1+json",
  5849. "version_str": "1"
  5850. },
  5851. {
  5852. "verb": "OPTIONS",
  5853. "thirdParty": true,
  5854. "acceptType": "application/vnd.ccp.eve.Options-v1+json",
  5855. "version": 1,
  5856. "version_str": "1"
  5857. }
  5858. ],
  5859. "route": "^/map/regions/<regionID:integerType>/$",
  5860. "name": "MapRegion"
  5861. }
  5862. ]
  5863. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement