find_satellites_above

List satellites above an observer within an angular search radius.

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees.
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees.
observer_alt_moptionalnumberObserver altitude above sea level in metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees.
Type: decimal number. Observer longitude in WGS84 decimal degrees.
Type: decimal number. Observer altitude above sea level in metres.
Type: integer. Search radius from 0 to 90 degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-08-02T21:29:07Z in 0.662 seconds.

info:
category:
ANY
transactionscount:
10
satcount:
91
above:

25 results

  1. satid:
    3177
    satname:
    OV1-14 R/B
    intDesignator:
    1968-026C
    launchDate:
    1968-04-06
    satlat:
    80.0065
    satlng:
    15.0062
    satalt:
    8681.9692
  2. satid:
    4388
    satname:
    COSMOS 341
    intDesignator:
    1970-036F
    launchDate:
    1970-04-25
    satlat:
    66.0545
    satlng:
    21.3429
    satalt:
    1373.6781
  3. satid:
    5519
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1969-082HY
    launchDate:
    1969-09-30
    satlat:
    68.9785
    satlng:
    23.4695
    satalt:
    746.0413
  4. satid:
    5615
    satname:
    SL-8 R/B
    intDesignator:
    1971-099B
    launchDate:
    1971-11-20
    satlat:
    74.0972
    satlng:
    27.4504
    satalt:
    1190.0179
  5. satid:
    7493
    satname:
    SL-3 R/B
    intDesignator:
    1974-083B
    launchDate:
    1974-10-28
    satlat:
    70.4986
    satlng:
    18.557
    satalt:
    830.978
  6. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    54.6193
    satlng:
    10.0939
    satalt:
    29028.7408
  7. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    53.1994
    satlng:
    4.246
    satalt:
    35818.4887
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.6872
    satlng:
    56.0788
    satalt:
    25729.3249
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    62.971
    satlng:
    9.8427
    satalt:
    35210.0448
  10. satid:
    10715
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AL
    launchDate:
    1976-07-29
    satlat:
    73.5424
    satlng:
    8.5476
    satalt:
    1773.6662
  11. satid:
    10720
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AR
    launchDate:
    1976-07-29
    satlat:
    65.4792
    satlng:
    16.4489
    satalt:
    1427.2454
  12. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    59.9544
    satlng:
    60.3156
    satalt:
    18892.9019
  13. satid:
    10932
    satname:
    COSMOS 1015
    intDesignator:
    1978-056C
    launchDate:
    1978-06-07
    satlat:
    73.6719
    satlng:
    17.3099
    satalt:
    1487.3874
  14. satid:
    10949
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-055E
    launchDate:
    1978-06-02
    satlat:
    61.0051
    satlng:
    72.856
    satalt:
    38433.2297
  15. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    55.818
    satlng:
    39.9328
    satalt:
    27437.1582
  16. satid:
    12815
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068E
    launchDate:
    1977-07-20
    satlat:
    68.4268
    satlng:
    87.8101
    satalt:
    19869.11
  17. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    62.0066
    satlng:
    32.9357
    satalt:
    39787.9757
  18. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    60.1484
    satlng:
    6.4416
    satalt:
    37815.3996
  19. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    63.352
    satlng:
    -17.7379
    satalt:
    26397.2173
  20. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.915
    satlng:
    66.1496
    satalt:
    38081.4619
  21. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.0326
    satlng:
    -30.6686
    satalt:
    28663.7128
  22. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    53.2491
    satlng:
    -10.5849
    satalt:
    36478.8909
  23. satid:
    17328
    satname:
    MOLNIYA 3-31
    intDesignator:
    1987-008A
    launchDate:
    1987-01-22
    satlat:
    60.6274
    satlng:
    62.5555
    satalt:
    39649.9166
  24. satid:
    17583
    satname:
    COSMOS 1828
    intDesignator:
    1987-026B
    launchDate:
    1987-03-13
    satlat:
    67.5779
    satlng:
    23.8237
    satalt:
    1420.3024
  25. satid:
    19233
    satname:
    SL-14 DEB
    intDesignator:
    1978-100AC
    launchDate:
    1978-10-26
    satlat:
    72.6082
    satlng:
    12.6779
    satalt:
    1640.1722
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
10
satcount:
91
above:

25 results

  1. satid:
    3177
    satname:
    OV1-14 R/B
    intDesignator:
    1968-026C
    launchDate:
    1968-04-06
    satlat:
    80.0065
    satlng:
    15.0062
    satalt:
    8681.9692
  2. satid:
    4388
    satname:
    COSMOS 341
    intDesignator:
    1970-036F
    launchDate:
    1970-04-25
    satlat:
    66.0545
    satlng:
    21.3429
    satalt:
    1373.6781
  3. satid:
    5519
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1969-082HY
    launchDate:
    1969-09-30
    satlat:
    68.9785
    satlng:
    23.4695
    satalt:
    746.0413
  4. satid:
    5615
    satname:
    SL-8 R/B
    intDesignator:
    1971-099B
    launchDate:
    1971-11-20
    satlat:
    74.0972
    satlng:
    27.4504
    satalt:
    1190.0179
  5. satid:
    7493
    satname:
    SL-3 R/B
    intDesignator:
    1974-083B
    launchDate:
    1974-10-28
    satlat:
    70.4986
    satlng:
    18.557
    satalt:
    830.978
  6. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    54.6193
    satlng:
    10.0939
    satalt:
    29028.7408
  7. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    53.1994
    satlng:
    4.246
    satalt:
    35818.4887
  8. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    63.6872
    satlng:
    56.0788
    satalt:
    25729.3249
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    62.971
    satlng:
    9.8427
    satalt:
    35210.0448
  10. satid:
    10715
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AL
    launchDate:
    1976-07-29
    satlat:
    73.5424
    satlng:
    8.5476
    satalt:
    1773.6662
  11. satid:
    10720
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077AR
    launchDate:
    1976-07-29
    satlat:
    65.4792
    satlng:
    16.4489
    satalt:
    1427.2454
  12. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    59.9544
    satlng:
    60.3156
    satalt:
    18892.9019
  13. satid:
    10932
    satname:
    COSMOS 1015
    intDesignator:
    1978-056C
    launchDate:
    1978-06-07
    satlat:
    73.6719
    satlng:
    17.3099
    satalt:
    1487.3874
  14. satid:
    10949
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-055E
    launchDate:
    1978-06-02
    satlat:
    61.0051
    satlng:
    72.856
    satalt:
    38433.2297
  15. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    55.818
    satlng:
    39.9328
    satalt:
    27437.1582
  16. satid:
    12815
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068E
    launchDate:
    1977-07-20
    satlat:
    68.4268
    satlng:
    87.8101
    satalt:
    19869.11
  17. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    62.0066
    satlng:
    32.9357
    satalt:
    39787.9757
  18. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    60.1484
    satlng:
    6.4416
    satalt:
    37815.3996
  19. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    63.352
    satlng:
    -17.7379
    satalt:
    26397.2173
  20. satid:
    15227
    satname:
    TITAN 34B R/B
    intDesignator:
    1984-091B
    launchDate:
    1984-08-28
    satlat:
    62.915
    satlng:
    66.1496
    satalt:
    38081.4619
  21. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.0326
    satlng:
    -30.6686
    satalt:
    28663.7128
  22. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    53.2491
    satlng:
    -10.5849
    satalt:
    36478.8909
  23. satid:
    17328
    satname:
    MOLNIYA 3-31
    intDesignator:
    1987-008A
    launchDate:
    1987-01-22
    satlat:
    60.6274
    satlng:
    62.5555
    satalt:
    39649.9166
  24. satid:
    17583
    satname:
    COSMOS 1828
    intDesignator:
    1987-026B
    launchDate:
    1987-03-13
    satlat:
    67.5779
    satlng:
    23.8237
    satalt:
    1420.3024
  25. satid:
    19233
    satname:
    SL-14 DEB
    intDesignator:
    1978-100AC
    launchDate:
    1978-10-26
    satlat:
    72.6082
    satlng:
    12.6779
    satalt:
    1640.1722
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.