forked from AscensionGameDev/Intersect-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
API Introduction
Palit edited this page Dec 21, 2025
·
2 revisions
Intersectโs server provides an optional REST API. Our API allows third party environments such as websites, forums, and custom user applications to communicate with your game server.
We provide the ability to view live server info such as online players, validate passwords (for external login forms), send items to players, edit event variables, and more.
Communicating with the Intersect API is possible with any programming language that can send and receive HTTP requests.
Click here to learn how to setup and enable the API on your server.
- Home
- Authors
- Introduction
- Licensing and Cost
- Code of Conduct
- Contributing
- Prerequisites
- Requirements
- Improvement and fixing
- Supported Platforms
- Quick FAQ
- Published Games
-
Downloading Intersect
- File Structure
- Setup
- Compiling
- ๐ List of add-ons & guides
- ๐ ๏ธ List of tools
- ๐๏ธ List of videos
- Overview
- Setup Server
- Port Forwarding
- Config file (config.json)
- Server Console Commands
- Database
- Creating New Packets
- Security
- Passwords
- Web server & CMS
- Overview
- Editor Login
- Editor & Client config file
- Editor functionality
- Animations
- Classes
- Conditions
- Items
- Mapping
- Npcs
- Projectiles
- Quests
- Resources
- Shops
- Spells
- Variables
- Time (Day & Night)
- World / Map Design
- Z-Dimensions
- Map & Tile Sizes
- Introduction
- Common Events
- Event Commands
- Chat Commands
- Examples & Guides
- Intersect Event System Tutorial
- Introduction
- Getting Started
- Configuration
- Roles
- Endpoints
- Authentication
- Server Info
- Users
- Players
- Variables
- Chat
- Logs
- Admin Actions
- Game Objects
- ๐Hash Generators
- Overview