DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Info


You can get access to our API and receive your very own API key, by supporting us on our Patreon.
The API key being used in the examples on this page is invalid.

Classes


GET
https://ti.dumps.host/api/class

Parameters

# Parameter Description Example
1 key Your personal API key. d41d8cd98f00b204e9800998ecf8427e
2 name The name of the class that the member belongs to. AActor
3 member The name the member you want the offset of. Owner

Responses

# Code Description Example
1 200 - OK The request was succesful, and the body contains the data. 592
2 400 - Bad Request The specified parameters are invalid, or you don't have access to our API. Class not found!

Example request

GET
https://ti.dumps.host/api/class?key=d41d8cd98f00b204e9800998ecf8427e&name=AActor&member=Owner

Example response

200 - OK
592

Structs


GET
https://ti.dumps.host/api/struct

Parameters

# Parameter Description Example
1 key Your personal API key. d41d8cd98f00b204e9800998ecf8427e
2 name The name of the struct that the member belongs to. FVector4
3 member The name the member you want the offset of. W

Responses

# Code Description Example
1 200 - OK The request was succesful, and the body contains the data. 12
2 400 - Bad Request The specified parameters are invalid, or you don't have access to our API. Struct not found!

Example request

GET
https://ti.dumps.host/api/struct?key=d41d8cd98f00b204e9800998ecf8427e&name=FVector4&member=W

Example response

200 - OK
12

Enums


GET
https://ti.dumps.host/api/enum

Parameters

# Parameter Description Example
1 key Your personal API key. d41d8cd98f00b204e9800998ecf8427e
2 name The name of the enum that the member belongs to. ENetRole
3 member The name the member you want the index of. ROLE_Authority

Responses

# Code Description Example
1 200 - OK The request was succesful, and the body contains the data. 3
2 400 - Bad Request The specified parameters are invalid, or you don't have access to our API. Enum not found!

Example request

GET
https://ti.dumps.host/api/enum?key=d41d8cd98f00b204e9800998ecf8427e&name=ENetRole&member=ROLE_Authority

Example response

200 - OK
3

Offsets


GET
https://ti.dumps.host/api/offset

Parameters

# Parameter Description Example
1 key Your personal API key. d41d8cd98f00b204e9800998ecf8427e
2 name The name of the offset. GNames

Responses

# Code Description Example
1 200 - OK The request was succesful, and the body contains the data. 65223680
2 400 - Bad Request The specified parameters are invalid, or you don't have access to our API. Offset not found!

Example request

GET
https://ti.dumps.host/api/offset?key=d41d8cd98f00b204e9800998ecf8427e&name=GNames

Example response

200 - OK
65223680